Html Css Color HEX #F08171 Salmon

📋 copy color: '#F08171'

red 240 ◦ green 129 ◦ blue 113

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

Shades of Salmon #F08171

Tints of Salmon #F08171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.76%

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

R = 49.79%
G = 26.76%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F08171 (or 0xF08171) is known color: Salmon. HEX triplet: F0, 81 and 71. RGB value is (240,129,113). Sum of RGB (Red+Green+Blue) = 240+129+113=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08171 is #0F7E8E. Grayscale: #A0A0A0. Windows color (decimal): -1015439 or 7438832. OLE color: 7438832.

HSL color Cylindrical-coordinate representation of color #F08171: hue angle of 7.56º 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 #F08171 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 129 113 -
CMYK 0 0.46 0.53 0.06
HSL 7.56º 0.81% 0.69% -
HSV(B) 7.56º 0.53% 0.94% -
XYZ 46.77 35.42 19.99 -
YUV 160.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 240 129 113 0 0.46 0.53 0.06 7.56 0.81 0.69
Hex F0 81 71 0 2E 35 6 8 51 45
Octal 360 201 161 0 56 65 6 10 121 105
Binary 11110000 10000001 1110001 0 101110 110101 110 1000 1010001 1000101

Color Harmonies of #F08171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08171

Black with #F08171

Text Example


Text Example

White with #F08171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08171; }

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

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

background-color css

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

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

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

border-color css

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

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

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