#F19981

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

Shades of Dark Salmon #F19981

Tints of Dark Salmon #F19981

Color information

#F19981 (or 0xF19981) is unknown color: approx Dark Salmon. HEX triplet: F1, 99 and 81. RGB value is (241,153,129). Sum of RGB (Red+Green+Blue) = 241+153+129=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F19981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19981 is #0E667E. Grayscale: #B0B0B0. Windows color (decimal): -943743 or 8493553. OLE color: 8493553.

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

Color convert

RGB241153129-
CMYK00.370.460.05
HSL12.86º80%72.55%-
HSV(B)12.86º46.47%94.51%-
XYZ51.6343.0726.36-
YUV176.58101.15173.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 129 (50.78% from 255) = 24.67%
R=46.08%
G=29.25%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115312900.370.460.0512.868072.55
HexF199810252E5d5049
Octal36123120104556515120111
Binary1111000110011001100000010100101101110101110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19981; }

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

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

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

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

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

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

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

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