#F19D79

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

Shades of Dark Salmon #F19D79

Tints of Dark Salmon #F19D79

Color information

#F19D79 (or 0xF19D79) is unknown color: approx Dark Salmon. HEX triplet: F1, 9D and 79. RGB value is (241,157,121). Sum of RGB (Red+Green+Blue) = 241+157+121=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19D79 is #0E6286. Grayscale: #B2B2B2. Windows color (decimal): -942727 or 7970289. OLE color: 7970289.

HSL color Cylindrical-coordinate representation of color #F19D79: hue angle of 18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19D79 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241157121-
CMYK00.350.500.05
HSL18º81.08%70.98%-
HSV(B)18º49.79%94.51%-
XYZ51.7844.223.89-
YUV178.0195.83172.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=46.44%
G=30.25%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115712100.350.500.051881.0870.98
HexF19D79023325125147
Octal36123517104362522121107
Binary1111000110011101111100101000111100101011001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19D79; }

 p { color: rgb(241,157,121); }

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

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

 a { background-color: rgb(241,157,121); }

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

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

 span { border-color: rgb(241,157,121); }

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