#F29174

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

Shades of Dark Salmon #F29174

Tints of Dark Salmon #F29174

Color information

#F29174 (or 0xF29174) is unknown color: approx Dark Salmon. HEX triplet: F2, 91 and 74. RGB value is (242,145,116). Sum of RGB (Red+Green+Blue) = 242+145+116=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F29174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29174 is #0D6E8B. Grayscale: #AAAAAA. Windows color (decimal): -880268 or 7639538. OLE color: 7639538.

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

Color convert

RGB242145116-
CMYK00.400.520.05
HSL13.81º82.89%70.2%-
HSV(B)13.81º52.07%94.9%-
XYZ49.940.3921.69-
YUV170.797.14178.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=48.11%
G=28.83%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214511600.400.520.0513.8182.8970.2
HexF29174028345e5346
Octal36222116405064516123106
Binary111100101001000111101000101000110100101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29174; }

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

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

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

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

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

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

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

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