Shades of Dark Salmon #F2977A
Tints of Dark Salmon #F2977A
RGB
CMYK
RGB Variations
Color information
#F2977A (or 0xF2977A) is known color: Dark Salmon. HEX triplet: F2, 97 and 7A. RGB value is (242,151,122). Sum of RGB (Red+Green+Blue) = 242+151+122=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2977A is #0D6885. Grayscale: #AFAFAF. Windows color (decimal): -878726 or 8034290. OLE color: 8034290.
HSL color Cylindrical-coordinate representation of color #F2977A: hue angle of 14.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2977A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 122 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.05 |
| HSL | 14.5º | 0.82% | 0.71% | - |
| HSV(B) | 14.5º | 0.5% | 0.95% | - |
| XYZ | 51.2 | 42.42 | 23.9 | - |
| YUV | 174.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 122 | 0 | 0.38 | 0.50 | 0.05 | 14.5 | 0.82 | 0.71 |
| Hex | F2 | 97 | 7A | 0 | 26 | 32 | 5 | E | 52 | 47 |
| Octal | 362 | 227 | 172 | 0 | 46 | 62 | 5 | 16 | 122 | 107 |
| Binary | 11110010 | 10010111 | 1111010 | 0 | 100110 | 110010 | 101 | 1110 | 1010010 | 1000111 |
Color Harmonies of #F2977A
Complementary color
Monochromatic Colors of #F2977A
Black with #F2977A
Text Example
Text Example
White with #F2977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2977A; }
p { color: rgb(242,151,122); }
H1.HeaderClassName
{
color: #F2977A;
}
.AnyTagClassName
{
color: #F2977A;
}
</style>
background-color css
<style>
a { background-color: #F2977A; }
a { background-color: rgb(242,151,122); }
div.DivClassName
{
background-color: #F2977A;
}
.BgClassName
{
background-color: #F2977A;
}
</style>
border-color css
<style>
span { border-color: #F2977A; }
span { border-color: rgb(242,151,122); }
td.TdClassName
{
border-color: #F2977A;
}
.TagClassName
{
border-color: #F2977A;
}
</style>