#F19F79

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

Shades of Dark Salmon #F19F79

Tints of Dark Salmon #F19F79

Color information

#F19F79 (or 0xF19F79) is unknown color: approx Dark Salmon. HEX triplet: F1, 9F and 79. RGB value is (241,159,121). Sum of RGB (Red+Green+Blue) = 241+159+121=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F79 is #0E6086. Grayscale: #B3B3B3. Windows color (decimal): -942215 or 7970801. OLE color: 7970801.

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

Color convert

RGB241159121-
CMYK00.340.500.05
HSL19º81.08%70.98%-
HSV(B)19º49.79%94.51%-
XYZ52.1244.8824-
YUV179.1995.17172.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=46.26%
G=30.52%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115912100.340.500.051981.0870.98
HexF19F79022325135147
Octal36123717104262523121107
Binary1111000110011111111100101000101100101011001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F79; }

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

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

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

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

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

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

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

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