Shades of Dark Salmon #F0917A
Tints of Dark Salmon #F0917A
RGB
CMYK
RGB Variations
Color information
#F0917A (or 0xF0917A) is known color: Dark Salmon. HEX triplet: F0, 91 and 7A. RGB value is (240,145,122). Sum of RGB (Red+Green+Blue) = 240+145+122=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0917A is #0F6E85. Grayscale: #AAAAAA. Windows color (decimal): -1011334 or 8032752. OLE color: 8032752.
HSL color Cylindrical-coordinate representation of color #F0917A: hue angle of 11.69º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0917A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 122 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.06 |
| HSL | 11.69º | 0.8% | 0.71% | - |
| HSV(B) | 11.69º | 0.49% | 0.94% | - |
| XYZ | 49.57 | 40.18 | 23.56 | - |
| YUV | 170.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 122 | 0 | 0.40 | 0.49 | 0.06 | 11.69 | 0.8 | 0.71 |
| Hex | F0 | 91 | 7A | 0 | 28 | 31 | 6 | C | 50 | 47 |
| Octal | 360 | 221 | 172 | 0 | 50 | 61 | 6 | 14 | 120 | 107 |
| Binary | 11110000 | 10010001 | 1111010 | 0 | 101000 | 110001 | 110 | 1100 | 1010000 | 1000111 |
Color Harmonies of #F0917A
Complementary color
Monochromatic Colors of #F0917A
Black with #F0917A
Text Example
Text Example
White with #F0917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0917A; }
p { color: rgb(240,145,122); }
H1.HeaderClassName
{
color: #F0917A;
}
.AnyTagClassName
{
color: #F0917A;
}
</style>
background-color css
<style>
a { background-color: #F0917A; }
a { background-color: rgb(240,145,122); }
div.DivClassName
{
background-color: #F0917A;
}
.BgClassName
{
background-color: #F0917A;
}
</style>
border-color css
<style>
span { border-color: #F0917A; }
span { border-color: rgb(240,145,122); }
td.TdClassName
{
border-color: #F0917A;
}
.TagClassName
{
border-color: #F0917A;
}
</style>