#F29170

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

Shades of Dark Salmon #F29170

Tints of Dark Salmon #F29170

Color information

#F29170 (or 0xF29170) is unknown color: approx Dark Salmon. HEX triplet: F2, 91 and 70. RGB value is (242,145,112). Sum of RGB (Red+Green+Blue) = 242+145+112=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F29170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29170 is #0D6E8F. Grayscale: #AAAAAA. Windows color (decimal): -880272 or 7377394. OLE color: 7377394.

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

Color convert

RGB242145112-
CMYK00.400.540.05
HSL15.23º83.33%69.41%-
HSV(B)15.23º53.72%94.9%-
XYZ49.6740.320.49-
YUV170.2495.14179.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 112 (44.14% from 255) = 22.44%
R=48.50%
G=29.06%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214511200.400.540.0515.2383.3369.41
HexF29170028365f5345
Octal36222116005066517123105
Binary111100101001000111100000101000110110101111110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29170; }

 p { color: rgb(242,145,112); }

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

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

 a { background-color: rgb(242,145,112); }

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

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

 span { border-color: rgb(242,145,112); }

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