#F19776

Color #F19776 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F19776

Tints of Dark Salmon #F19776

Color information

#F19776 (or 0xF19776) is unknown color: approx Dark Salmon. HEX triplet: F1, 97 and 76. RGB value is (241,151,118). Sum of RGB (Red+Green+Blue) = 241+151+118=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F19776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19776 is #0E6889. Grayscale: #AEAEAE. Windows color (decimal): -944266 or 7772145. OLE color: 7772145.

HSL color Cylindrical-coordinate representation of color #F19776: hue angle of 16.1º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F19776 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241151118-
CMYK00.370.510.05
HSL16.1º81.46%70.39%-
HSV(B)16.1º51.04%94.51%-
XYZ50.6142.1422.61-
YUV174.1596.32175.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=47.25%
G=29.61%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115111800.370.510.0516.181.4670.39
HexF19776025335105146
Octal36122716604563520121106
Binary1111000110010111111011001001011100111011000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19776; }

 p { color: rgb(241,151,118); }

 H1.HeaderClassName
 {
   color: #F19776;
 }
 .AnyTagClassName
 {
   color: #F19776;
 }
</style>
background-color css

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

 a { background-color: rgb(241,151,118); }

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

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

 span { border-color: rgb(241,151,118); }

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