#F19272

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

Shades of Dark Salmon #F19272

Tints of Dark Salmon #F19272

Color information

#F19272 (or 0xF19272) is unknown color: approx Dark Salmon. HEX triplet: F1, 92 and 72. RGB value is (241,146,114). Sum of RGB (Red+Green+Blue) = 241+146+114=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F19272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19272 is #0E6D8D. Grayscale: #AAAAAA. Windows color (decimal): -945550 or 7508721. OLE color: 7508721.

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

Color convert

RGB241146114-
CMYK00.390.530.05
HSL15.12º81.94%69.61%-
HSV(B)15.12º52.7%94.51%-
XYZ49.5940.4721.12-
YUV170.7695.97178.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=48.10%
G=29.14%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114611400.390.530.0515.1281.9469.61
HexF19272027355f5246
Octal36122216204765517122106
Binary111100011001001011100100100111110101101111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19272; }

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

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

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

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

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

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

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

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