#F4916F

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

Shades of Dark Salmon #F4916F

Tints of Dark Salmon #F4916F

Color information

#F4916F (or 0xF4916F) is unknown color: approx Dark Salmon. HEX triplet: F4, 91 and 6F. RGB value is (244,145,111). Sum of RGB (Red+Green+Blue) = 244+145+111=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4916F is #0B6E90. Grayscale: #AAAAAA. Windows color (decimal): -749201 or 7311860. OLE color: 7311860.

HSL color Cylindrical-coordinate representation of color #F4916F: hue angle of 15.34º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4916F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244145111-
CMYK00.410.550.04
HSL15.34º85.81%69.61%-
HSV(B)15.34º54.51%95.69%-
XYZ50.340.6320.23-
YUV170.7294.3180.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.8%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=48.8%
G=29%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414511100.410.550.0415.3485.8169.61
HexF4916F029374f5646
Octal36422115705167417126106
Binary111101001001000111011110101001110111100111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4916F; }

 p { color: rgb(244,145,111); }

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

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

 a { background-color: rgb(244,145,111); }

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

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

 span { border-color: rgb(244,145,111); }

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