#F19C81

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

Shades of Dark Salmon #F19C81

Tints of Dark Salmon #F19C81

Color information

#F19C81 (or 0xF19C81) is unknown color: approx Dark Salmon. HEX triplet: F1, 9C and 81. RGB value is (241,156,129). Sum of RGB (Red+Green+Blue) = 241+156+129=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19C81 is #0E637E. Grayscale: #B2B2B2. Windows color (decimal): -942975 or 8494321. OLE color: 8494321.

HSL color Cylindrical-coordinate representation of color #F19C81: hue angle of 14.46º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19C81 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241156129-
CMYK00.350.460.05
HSL14.46º80%72.55%-
HSV(B)14.46º46.47%94.51%-
XYZ52.1344.0626.53-
YUV178.34100.16172.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 129 (50.78% from 255) = 24.52%
R=45.82%
G=29.66%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115612900.350.460.0514.468072.55
HexF19C810232E5e5049
Octal36123420104356516120111
Binary1111000110011100100000010100011101110101111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C81; }

 p { color: rgb(241,156,129); }

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

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

 a { background-color: rgb(241,156,129); }

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

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

 span { border-color: rgb(241,156,129); }

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