#F19381

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

Shades of Dark Salmon #F19381

Tints of Dark Salmon #F19381

Color information

#F19381 (or 0xF19381) is unknown color: approx Dark Salmon. HEX triplet: F1, 93 and 81. RGB value is (241,147,129). Sum of RGB (Red+Green+Blue) = 241+147+129=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F19381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19381 is #0E6C7E. Grayscale: #ADADAD. Windows color (decimal): -945279 or 8492017. OLE color: 8492017.

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

Color convert

RGB241147129-
CMYK00.390.460.05
HSL9.64º80%72.55%-
HSV(B)9.64º46.47%94.51%-
XYZ50.6741.1526.04-
YUV173.05103.14176.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=46.62%
G=28.43%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114712900.390.460.059.648072.55
HexF193810272E5a5049
Octal36122320104756512120111
Binary1111000110010011100000010100111101110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19381; }

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

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

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

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

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

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

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

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