#F19B78

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

Shades of Dark Salmon #F19B78

Tints of Dark Salmon #F19B78

Color information

#F19B78 (or 0xF19B78) is unknown color: approx Dark Salmon. HEX triplet: F1, 9B and 78. RGB value is (241,155,120). Sum of RGB (Red+Green+Blue) = 241+155+120=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B78 is #0E6487. Grayscale: #B0B0B0. Windows color (decimal): -943240 or 7904241. OLE color: 7904241.

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

Color convert

RGB241155120-
CMYK00.360.500.05
HSL17.36º81.21%70.78%-
HSV(B)17.36º50.21%94.51%-
XYZ51.3943.523.46-
YUV176.7295.99173.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 120 (47.27% from 255) = 23.26%
R=46.71%
G=30.04%
B=23.26%

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
Decimal24115512000.360.500.0517.3681.2170.78
HexF19B78024325115147
Octal36123317004462521121107
Binary1111000110011011111100001001001100101011000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B78; }

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

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

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

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

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

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

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

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