#F19F78

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

Shades of Dark Salmon #F19F78

Tints of Dark Salmon #F19F78

Color information

#F19F78 (or 0xF19F78) is unknown color: approx Dark Salmon. HEX triplet: F1, 9F and 78. RGB value is (241,159,120). Sum of RGB (Red+Green+Blue) = 241+159+120=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F78 is #0E6087. Grayscale: #B3B3B3. Windows color (decimal): -942216 or 7905265. OLE color: 7905265.

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

Color convert

RGB241159120-
CMYK00.340.500.05
HSL19.34º81.21%70.78%-
HSV(B)19.34º50.21%94.51%-
XYZ52.0644.8523.68-
YUV179.0794.67172.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=46.35%
G=30.58%
B=23.08%

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
Decimal24115912000.340.500.0519.3481.2170.78
HexF19F78022325135147
Octal36123717004262523121107
Binary1111000110011111111100001000101100101011001110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F78; }

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

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

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

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

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

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

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

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