Shades of Dark Salmon #F2997F
Tints of Dark Salmon #F2997F
RGB
CMYK
RGB Variations
Color information
#F2997F (or 0xF2997F) is known color: Dark Salmon. HEX triplet: F2, 99 and 7F. RGB value is (242,153,127). Sum of RGB (Red+Green+Blue) = 242+153+127=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997F is #0D6680. Grayscale: #B0B0B0. Windows color (decimal): -878209 or 8362482. OLE color: 8362482.
HSL color Cylindrical-coordinate representation of color #F2997F: hue angle of 13.57º 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 #F2997F is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 127 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.05 |
| HSL | 13.57º | 0.82% | 0.72% | - |
| HSV(B) | 13.57º | 0.48% | 0.95% | - |
| XYZ | 51.84 | 43.19 | 25.68 | - |
| YUV | 176.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 127 | 0 | 0.37 | 0.48 | 0.05 | 13.57 | 0.82 | 0.72 |
| Hex | F2 | 99 | 7F | 0 | 25 | 30 | 5 | E | 52 | 48 |
| Octal | 362 | 231 | 177 | 0 | 45 | 60 | 5 | 16 | 122 | 110 |
| Binary | 11110010 | 10011001 | 1111111 | 0 | 100101 | 110000 | 101 | 1110 | 1010010 | 1001000 |
Color Harmonies of #F2997F
Complementary color
Monochromatic Colors of #F2997F
Black with #F2997F
Text Example
Text Example
White with #F2997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2997F; }
p { color: rgb(242,153,127); }
H1.HeaderClassName
{
color: #F2997F;
}
.AnyTagClassName
{
color: #F2997F;
}
</style>
background-color css
<style>
a { background-color: #F2997F; }
a { background-color: rgb(242,153,127); }
div.DivClassName
{
background-color: #F2997F;
}
.BgClassName
{
background-color: #F2997F;
}
</style>
border-color css
<style>
span { border-color: #F2997F; }
span { border-color: rgb(242,153,127); }
td.TdClassName
{
border-color: #F2997F;
}
.TagClassName
{
border-color: #F2997F;
}
</style>