Shades of Dark Salmon #F2997D
Tints of Dark Salmon #F2997D
RGB
CMYK
RGB Variations
Color information
#F2997D (or 0xF2997D) is known color: Dark Salmon. HEX triplet: F2, 99 and 7D. RGB value is (242,153,125). Sum of RGB (Red+Green+Blue) = 242+153+125=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997D is #0D6682. Grayscale: #B0B0B0. Windows color (decimal): -878211 or 8231410. OLE color: 8231410.
HSL color Cylindrical-coordinate representation of color #F2997D: hue angle of 14.36º 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 #F2997D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 125 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.05 |
| HSL | 14.36º | 0.82% | 0.72% | - |
| HSV(B) | 14.36º | 0.48% | 0.95% | - |
| XYZ | 51.71 | 43.14 | 25 | - |
| YUV | 176.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 125 | 0 | 0.37 | 0.48 | 0.05 | 14.36 | 0.82 | 0.72 |
| Hex | F2 | 99 | 7D | 0 | 25 | 30 | 5 | E | 52 | 48 |
| Octal | 362 | 231 | 175 | 0 | 45 | 60 | 5 | 16 | 122 | 110 |
| Binary | 11110010 | 10011001 | 1111101 | 0 | 100101 | 110000 | 101 | 1110 | 1010010 | 1001000 |
Color Harmonies of #F2997D
Complementary color
Monochromatic Colors of #F2997D
Black with #F2997D
Text Example
Text Example
White with #F2997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2997D; }
p { color: rgb(242,153,125); }
H1.HeaderClassName
{
color: #F2997D;
}
.AnyTagClassName
{
color: #F2997D;
}
</style>
background-color css
<style>
a { background-color: #F2997D; }
a { background-color: rgb(242,153,125); }
div.DivClassName
{
background-color: #F2997D;
}
.BgClassName
{
background-color: #F2997D;
}
</style>
border-color css
<style>
span { border-color: #F2997D; }
span { border-color: rgb(242,153,125); }
td.TdClassName
{
border-color: #F2997D;
}
.TagClassName
{
border-color: #F2997D;
}
</style>