Html Css Color HEX #F87C76 Salmon

📋 copy color: '#F87C76'

red 248 ◦ green 124 ◦ blue 118

#F87C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F87C76

Tints of Salmon #F87C76

RGB

 RED value IS 248 (97.27% from 255) = 50.61%

 GREEN value IS 124 (48.83% from 255) = 25.31%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 50.61%
G = 25.31%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F87C76 (or 0xF87C76) is known color: Salmon. HEX triplet: F8, 7C and 76. RGB value is (248,124,118). Sum of RGB (Red+Green+Blue) = 248+124+118=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C76 is #078389. Grayscale: #A0A0A0. Windows color (decimal): -492426 or 7765240. OLE color: 7765240.

HSL color Cylindrical-coordinate representation of color #F87C76: hue angle of 2.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87C76 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 124 118 -
CMYK 0 0.5 0.52 0.03
HSL 2.77º 0.9% 0.72% -
HSV(B) 2.77º 0.52% 0.97% -
XYZ 49.19 35.68 21.43 -
YUV 160.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 248 124 118 0 0.5 0.52 0.03 2.77 0.9 0.72
Hex F8 7C 76 0 32 34 3 3 5A 48
Octal 370 174 166 0 62 64 3 3 132 110
Binary 11111000 1111100 1110110 0 110010 110100 11 11 1011010 1001000

Color Harmonies of #F87C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87C76

Black with #F87C76

Text Example


Text Example

White with #F87C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87C76; }

 p { color: rgb(248,124,118); }

 H1.HeaderClassName
 {
   color: #F87C76;
 }
 .AnyTagClassName
 {
   color: #F87C76;
 }
</style>

background-color css

<style>
 a { background-color: #F87C76; }

 a { background-color: rgb(248,124,118); }

 div.DivClassName
 {
   background-color: #F87C76;
 }
 .BgClassName
 {
   background-color: #F87C76;
 }
</style>

border-color css

<style>
 span { border-color: #F87C76; }

 span { border-color: rgb(248,124,118); }

 td.TdClassName
 {
   border-color: #F87C76;
 }
 .TagClassName
 {
   border-color: #F87C76;
 }
</style>