Html Css Color HEX #F87976 Salmon

📋 copy color: '#F87976'

red 248 ◦ green 121 ◦ blue 118

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

Shades of Salmon #F87976

Tints of Salmon #F87976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.85%

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

R = 50.92%
G = 24.85%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F87976 (or 0xF87976) is known color: Salmon. HEX triplet: F8, 79 and 76. RGB value is (248,121,118). Sum of RGB (Red+Green+Blue) = 248+121+118=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F87976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87976 is #078689. Grayscale: #9E9E9E. Windows color (decimal): -493194 or 7764472. OLE color: 7764472.

HSL color Cylindrical-coordinate representation of color #F87976: hue angle of 1.38º 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 #F87976 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 121 118 -
CMYK 0 0.51 0.52 0.03
HSL 1.38º 0.9% 0.72% -
HSV(B) 1.38º 0.52% 0.97% -
XYZ 48.82 34.94 21.31 -
YUV 158.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 248 121 118 0 0.51 0.52 0.03 1.38 0.9 0.72
Hex F8 79 76 0 33 34 3 1 5A 48
Octal 370 171 166 0 63 64 3 1 132 110
Binary 11111000 1111001 1110110 0 110011 110100 11 1 1011010 1001000

Color Harmonies of #F87976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87976

Black with #F87976

Text Example


Text Example

White with #F87976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87976; }

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

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

background-color css

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

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

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

border-color css

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

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

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