Html Css Color HEX #F08971 Salmon

📋 copy color: '#F08971'

red 240 ◦ green 137 ◦ blue 113

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

Shades of Salmon #F08971

Tints of Salmon #F08971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.96%

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 48.98%
G = 27.96%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08971 (or 0xF08971) is known color: Salmon. HEX triplet: F0, 89 and 71. RGB value is (240,137,113). Sum of RGB (Red+Green+Blue) = 240+137+113=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F08971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08971 is #0F768E. Grayscale: #A5A5A5. Windows color (decimal): -1013391 or 7440880. OLE color: 7440880.

HSL color Cylindrical-coordinate representation of color #F08971: hue angle of 11.34º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F08971 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 113 -
CMYK 0 0.43 0.53 0.06
HSL 11.34º 0.81% 0.69% -
HSV(B) 11.34º 0.53% 0.94% -
XYZ 47.86 37.61 20.36 -
YUV 165.06 98.62 181.45 -
System Red Green Blue C M Y K H S L
Decimal 240 137 113 0 0.43 0.53 0.06 11.34 0.81 0.69
Hex F0 89 71 0 2B 35 6 B 51 45
Octal 360 211 161 0 53 65 6 13 121 105
Binary 11110000 10001001 1110001 0 101011 110101 110 1011 1010001 1000101

Color Harmonies of #F08971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08971

Black with #F08971

Text Example


Text Example

White with #F08971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08971; }

 p { color: rgb(240,137,113); }

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

background-color css

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

 a { background-color: rgb(240,137,113); }

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

border-color css

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

 span { border-color: rgb(240,137,113); }

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