#F19583

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

Shades of Dark Salmon #F19583

Tints of Dark Salmon #F19583

Color information

#F19583 (or 0xF19583) is unknown color: approx Dark Salmon. HEX triplet: F1, 95 and 83. RGB value is (241,149,131). Sum of RGB (Red+Green+Blue) = 241+149+131=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F19583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19583 is #0E6A7C. Grayscale: #AEAEAE. Windows color (decimal): -944765 or 8623601. OLE color: 8623601.

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

Color convert

RGB241149131-
CMYK00.380.460.05
HSL9.82º79.71%72.94%-
HSV(B)9.82º45.64%94.51%-
XYZ51.1241.8326.85-
YUV174.46103.48175.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=46.26%
G=28.60%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114913100.380.460.059.8279.7172.94
HexF195830262E5a5049
Octal36122520304656512120111
Binary1111000110010101100000110100110101110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19583; }

 p { color: rgb(241,149,131); }

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

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

 a { background-color: rgb(241,149,131); }

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

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

 span { border-color: rgb(241,149,131); }

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