#F19C79

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

Shades of Dark Salmon #F19C79

Tints of Dark Salmon #F19C79

Color information

#F19C79 (or 0xF19C79) is unknown color: approx Dark Salmon. HEX triplet: F1, 9C and 79. RGB value is (241,156,121). Sum of RGB (Red+Green+Blue) = 241+156+121=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C79 is #0E6386. Grayscale: #B1B1B1. Windows color (decimal): -942983 or 7970033. OLE color: 7970033.

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

Color convert

RGB241156121-
CMYK00.350.500.05
HSL17.5º81.08%70.98%-
HSV(B)17.5º49.79%94.51%-
XYZ51.6243.8623.83-
YUV177.4296.16173.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 121 (47.66% from 255) = 23.36%
R=46.53%
G=30.12%
B=23.36%

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
Decimal24115612100.350.500.0517.581.0870.98
HexF19C79023325125147
Octal36123417104362522121107
Binary1111000110011100111100101000111100101011001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C79; }

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

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

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

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

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

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

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

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