#F19B81

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

Shades of Dark Salmon #F19B81

Tints of Dark Salmon #F19B81

Color information

#F19B81 (or 0xF19B81) is unknown color: approx Dark Salmon. HEX triplet: F1, 9B and 81. RGB value is (241,155,129). Sum of RGB (Red+Green+Blue) = 241+155+129=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B81 is #0E647E. Grayscale: #B1B1B1. Windows color (decimal): -943231 or 8494065. OLE color: 8494065.

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

Color convert

RGB241155129-
CMYK00.360.460.05
HSL13.93º80%72.55%-
HSV(B)13.93º46.47%94.51%-
XYZ51.9643.7326.47-
YUV177.75100.49173.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 129 (50.78% from 255) = 24.57%
R=45.90%
G=29.52%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115512900.360.460.0513.938072.55
HexF19B810242E5e5049
Octal36123320104456516120111
Binary1111000110011011100000010100100101110101111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B81; }

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

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

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

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

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

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

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

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