#F19482

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

Shades of Dark Salmon #F19482

Tints of Dark Salmon #F19482

Color information

#F19482 (or 0xF19482) is unknown color: approx Dark Salmon. HEX triplet: F1, 94 and 82. RGB value is (241,148,130). Sum of RGB (Red+Green+Blue) = 241+148+130=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19482 is #0E6B7D. Grayscale: #ADADAD. Windows color (decimal): -945022 or 8557809. OLE color: 8557809.

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

Color convert

RGB241148130-
CMYK00.390.460.05
HSL9.73º79.86%72.75%-
HSV(B)9.73º46.06%94.51%-
XYZ50.8941.4926.45-
YUV173.76103.31175.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=46.44%
G=28.52%
B=25.05%

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
Decimal24114813000.390.460.059.7379.8672.75
HexF194820272E5a5049
Octal36122420204756512120111
Binary1111000110010100100000100100111101110101101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19482; }

 p { color: rgb(241,148,130); }

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

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

 a { background-color: rgb(241,148,130); }

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

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

 span { border-color: rgb(241,148,130); }

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