#F19579

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

Shades of Dark Salmon #F19579

Tints of Dark Salmon #F19579

Color information

#F19579 (or 0xF19579) is unknown color: approx Dark Salmon. HEX triplet: F1, 95 and 79. RGB value is (241,149,121). Sum of RGB (Red+Green+Blue) = 241+149+121=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F19579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19579 is #0E6A86. Grayscale: #ADADAD. Windows color (decimal): -944775 or 7968241. OLE color: 7968241.

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

Color convert

RGB241149121-
CMYK00.380.500.05
HSL14º81.08%70.98%-
HSV(B)14º49.79%94.51%-
XYZ50.4741.5823.45-
YUV173.3298.48176.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=47.16%
G=29.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114912100.380.500.051481.0870.98
HexF19579026325e5147
Octal36122517104662516121107
Binary111100011001010111110010100110110010101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19579; }

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

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

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

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

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

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

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

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