Shades of Dark Salmon #F4916F
Tints of Dark Salmon #F4916F
RGB
CMYK
RGB Variations
Color information
#F4916F (or 0xF4916F) is known color: 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
| RGB | 244 | 145 | 111 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.04 |
| HSL | 15.34º | 0.86% | 0.7% | - |
| HSV(B) | 15.34º | 0.55% | 0.96% | - |
| XYZ | 50.3 | 40.63 | 20.23 | - |
| YUV | 170.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 111 | 0 | 0.41 | 0.55 | 0.04 | 15.34 | 0.86 | 0.7 |
| Hex | F4 | 91 | 6F | 0 | 29 | 37 | 4 | F | 56 | 46 |
| Octal | 364 | 221 | 157 | 0 | 51 | 67 | 4 | 17 | 126 | 106 |
| Binary | 11110100 | 10010001 | 1101111 | 0 | 101001 | 110111 | 100 | 1111 | 1010110 | 1000110 |
Color Harmonies of #F4916F
Complementary color
Monochromatic Colors of #F4916F
Black with #F4916F
Text Example
Text Example
White with #F4916F
Text Example
Text Example
HTML Codes & Css Web 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>