Shades of Dark Salmon #F4907A
Tints of Dark Salmon #F4907A
RGB
CMYK
RGB Variations
Color information
#F4907A (or 0xF4907A) is known color: Dark Salmon. HEX triplet: F4, 90 and 7A. RGB value is (244,144,122). Sum of RGB (Red+Green+Blue) = 244+144+122=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4907A is #0B6F85. Grayscale: #ABABAB. Windows color (decimal): -749446 or 8032500. OLE color: 8032500.
HSL color Cylindrical-coordinate representation of color #F4907A: hue angle of 10.82º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4907A is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 122 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.04 |
| HSL | 10.82º | 0.85% | 0.72% | - |
| HSV(B) | 10.82º | 0.5% | 0.96% | - |
| XYZ | 50.79 | 40.58 | 23.57 | - |
| YUV | 171.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 122 | 0 | 0.41 | 0.5 | 0.04 | 10.82 | 0.85 | 0.72 |
| Hex | F4 | 90 | 7A | 0 | 29 | 32 | 4 | B | 55 | 48 |
| Octal | 364 | 220 | 172 | 0 | 51 | 62 | 4 | 13 | 125 | 110 |
| Binary | 11110100 | 10010000 | 1111010 | 0 | 101001 | 110010 | 100 | 1011 | 1010101 | 1001000 |
Color Harmonies of #F4907A
Complementary color
Monochromatic Colors of #F4907A
Black with #F4907A
Text Example
Text Example
White with #F4907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4907A; }
p { color: rgb(244,144,122); }
H1.HeaderClassName
{
color: #F4907A;
}
.AnyTagClassName
{
color: #F4907A;
}
</style>
background-color css
<style>
a { background-color: #F4907A; }
a { background-color: rgb(244,144,122); }
div.DivClassName
{
background-color: #F4907A;
}
.BgClassName
{
background-color: #F4907A;
}
</style>
border-color css
<style>
span { border-color: #F4907A; }
span { border-color: rgb(244,144,122); }
td.TdClassName
{
border-color: #F4907A;
}
.TagClassName
{
border-color: #F4907A;
}
</style>