Shades of Dark Salmon #F2977D
Tints of Dark Salmon #F2977D
RGB
CMYK
RGB Variations
Color information
#F2977D (or 0xF2977D) is known color: Dark Salmon. HEX triplet: F2, 97 and 7D. RGB value is (242,151,125). Sum of RGB (Red+Green+Blue) = 242+151+125=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2977D is #0D6882. Grayscale: #AFAFAF. Windows color (decimal): -878723 or 8230898. OLE color: 8230898.
HSL color Cylindrical-coordinate representation of color #F2977D: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2977D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 125 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.05 |
| HSL | 13.33º | 0.82% | 0.72% | - |
| HSV(B) | 13.33º | 0.48% | 0.95% | - |
| XYZ | 51.39 | 42.49 | 24.9 | - |
| YUV | 175.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 125 | 0 | 0.38 | 0.48 | 0.05 | 13.33 | 0.82 | 0.72 |
| Hex | F2 | 97 | 7D | 0 | 26 | 30 | 5 | D | 52 | 48 |
| Octal | 362 | 227 | 175 | 0 | 46 | 60 | 5 | 15 | 122 | 110 |
| Binary | 11110010 | 10010111 | 1111101 | 0 | 100110 | 110000 | 101 | 1101 | 1010010 | 1001000 |
Color Harmonies of #F2977D
Complementary color
Monochromatic Colors of #F2977D
Black with #F2977D
Text Example
Text Example
White with #F2977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2977D; }
p { color: rgb(242,151,125); }
H1.HeaderClassName
{
color: #F2977D;
}
.AnyTagClassName
{
color: #F2977D;
}
</style>
background-color css
<style>
a { background-color: #F2977D; }
a { background-color: rgb(242,151,125); }
div.DivClassName
{
background-color: #F2977D;
}
.BgClassName
{
background-color: #F2977D;
}
</style>
border-color css
<style>
span { border-color: #F2977D; }
span { border-color: rgb(242,151,125); }
td.TdClassName
{
border-color: #F2977D;
}
.TagClassName
{
border-color: #F2977D;
}
</style>