Html Css Color HEX #F08576 Salmon

📋 copy color: '#F08576'

red 240 ◦ green 133 ◦ blue 118

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

Shades of Salmon #F08576

Tints of Salmon #F08576

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 48.88%
G = 27.09%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F08576 (or 0xF08576) is known color: Salmon. HEX triplet: F0, 85 and 76. RGB value is (240,133,118). Sum of RGB (Red+Green+Blue) = 240+133+118=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F08576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08576 is #0F7A89. Grayscale: #A3A3A3. Windows color (decimal): -1014410 or 7767536. OLE color: 7767536.

HSL color Cylindrical-coordinate representation of color #F08576: hue angle of 7.38º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08576 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 118 -
CMYK 0 0.45 0.51 0.06
HSL 7.38º 0.8% 0.7% -
HSV(B) 7.38º 0.51% 0.94% -
XYZ 47.59 36.61 21.7 -
YUV 163.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 240 133 118 0 0.45 0.51 0.06 7.38 0.8 0.7
Hex F0 85 76 0 2D 33 6 7 50 46
Octal 360 205 166 0 55 63 6 7 120 106
Binary 11110000 10000101 1110110 0 101101 110011 110 111 1010000 1000110

Color Harmonies of #F08576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08576

Black with #F08576

Text Example


Text Example

White with #F08576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08576; }

 p { color: rgb(240,133,118); }

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

background-color css

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

 a { background-color: rgb(240,133,118); }

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

border-color css

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

 span { border-color: rgb(240,133,118); }

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