#F19A78

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

Shades of Dark Salmon #F19A78

Tints of Dark Salmon #F19A78

Color information

#F19A78 (or 0xF19A78) is unknown color: approx Dark Salmon. HEX triplet: F1, 9A and 78. RGB value is (241,154,120). Sum of RGB (Red+Green+Blue) = 241+154+120=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19A78 is #0E6587. Grayscale: #B0B0B0. Windows color (decimal): -943496 or 7903985. OLE color: 7903985.

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

Color convert

RGB241154120-
CMYK00.360.500.05
HSL16.86º81.21%70.78%-
HSV(B)16.86º50.21%94.51%-
XYZ51.2243.1723.4-
YUV176.1496.32174.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=46.80%
G=29.90%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115412000.360.500.0516.8681.2170.78
HexF19A78024325115147
Octal36123217004462521121107
Binary1111000110011010111100001001001100101011000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A78; }

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

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

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

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

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

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

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

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