#f39174

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

Shades of Dark Salmon #F39174

Tints of Dark Salmon #F39174

Color information

#F39174 (or 0xF39174) is unknown color: approx Dark Salmon. HEX triplet: F3, 91 and 74. RGB value is (243,145,116). Sum of RGB (Red+Green+Blue) = 243+145+116=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F39174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39174 is #0C6E8B. Grayscale: #ABABAB. Windows color (decimal): -814732 or 7639539. OLE color: 7639539.

HSL color Cylindrical-coordinate representation of color #F39174: hue angle of 13.7º degrees, saturation: 0.84, 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 #F39174 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB243145116-
CMYK00.400.520.05
HSL13.7º84.11%70.39%-
HSV(B)13.7º52.26%95.29%-
XYZ50.2440.5721.71-
YUV17196.97179.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=48.21%
G=28.77%
B=23.02%

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
Decimal24314511600.400.520.0513.784.1170.39
HexF39174028345e5446
Octal36322116405064516124106
Binary111100111001000111101000101000110100101111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f39174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f39174; }

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

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

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

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

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

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

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

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