Shades of Dark Salmon #F2977F
Tints of Dark Salmon #F2977F
RGB
CMYK
RGB Variations
Color information
#F2977F (or 0xF2977F) is known color: Dark Salmon. HEX triplet: F2, 97 and 7F. RGB value is (242,151,127). Sum of RGB (Red+Green+Blue) = 242+151+127=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2977F is #0D6880. Grayscale: #AFAFAF. Windows color (decimal): -878721 or 8361970. OLE color: 8361970.
HSL color Cylindrical-coordinate representation of color #F2977F: hue angle of 12.52º 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 #F2977F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 127 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.05 |
| HSL | 12.52º | 0.82% | 0.72% | - |
| HSV(B) | 12.52º | 0.48% | 0.95% | - |
| XYZ | 51.52 | 42.54 | 25.58 | - |
| YUV | 175.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 127 | 0 | 0.38 | 0.48 | 0.05 | 12.52 | 0.82 | 0.72 |
| Hex | F2 | 97 | 7F | 0 | 26 | 30 | 5 | D | 52 | 48 |
| Octal | 362 | 227 | 177 | 0 | 46 | 60 | 5 | 15 | 122 | 110 |
| Binary | 11110010 | 10010111 | 1111111 | 0 | 100110 | 110000 | 101 | 1101 | 1010010 | 1001000 |
Color Harmonies of #F2977F
Complementary color
Monochromatic Colors of #F2977F
Black with #F2977F
Text Example
Text Example
White with #F2977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2977F; }
p { color: rgb(242,151,127); }
H1.HeaderClassName
{
color: #F2977F;
}
.AnyTagClassName
{
color: #F2977F;
}
</style>
background-color css
<style>
a { background-color: #F2977F; }
a { background-color: rgb(242,151,127); }
div.DivClassName
{
background-color: #F2977F;
}
.BgClassName
{
background-color: #F2977F;
}
</style>
border-color css
<style>
span { border-color: #F2977F; }
span { border-color: rgb(242,151,127); }
td.TdClassName
{
border-color: #F2977F;
}
.TagClassName
{
border-color: #F2977F;
}
</style>