#F19F76

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

Shades of Dark Salmon #F19F76

Tints of Dark Salmon #F19F76

Color information

#F19F76 (or 0xF19F76) is unknown color: approx Dark Salmon. HEX triplet: F1, 9F and 76. RGB value is (241,159,118). Sum of RGB (Red+Green+Blue) = 241+159+118=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F76 is #0E6089. Grayscale: #B3B3B3. Windows color (decimal): -942218 or 7774193. OLE color: 7774193.

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

Color convert

RGB241159118-
CMYK00.340.510.05
HSL20º81.46%70.39%-
HSV(B)20º51.04%94.51%-
XYZ51.9444.8123.05-
YUV178.8493.67172.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=46.53%
G=30.69%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115911800.340.510.052081.4670.39
HexF19F76022335145146
Octal36123716604263524121106
Binary1111000110011111111011001000101100111011010010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F76; }

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

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

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

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

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

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

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

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