#F19172

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

Shades of Dark Salmon #F19172

Tints of Dark Salmon #F19172

Color information

#F19172 (or 0xF19172) is unknown color: approx Dark Salmon. HEX triplet: F1, 91 and 72. RGB value is (241,145,114). Sum of RGB (Red+Green+Blue) = 241+145+114=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F19172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19172 is #0E6E8D. Grayscale: #AAAAAA. Windows color (decimal): -945806 or 7508465. OLE color: 7508465.

HSL color Cylindrical-coordinate representation of color #F19172: hue angle of 14.65º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F19172 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241145114-
CMYK00.400.530.05
HSL14.65º81.94%69.61%-
HSV(B)14.65º52.7%94.51%-
XYZ49.4440.1721.07-
YUV170.1796.3178.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=48.2%
G=29%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114511400.400.530.0514.6581.9469.61
HexF19172028355f5246
Octal36122116205065517122106
Binary111100011001000111100100101000110101101111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19172; }

 p { color: rgb(241,145,114); }

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

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

 a { background-color: rgb(241,145,114); }

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

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

 span { border-color: rgb(241,145,114); }

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