Shades of Dark Salmon #F2997B
Tints of Dark Salmon #F2997B
RGB
CMYK
RGB Variations
Color information
#F2997B (or 0xF2997B) is known color: Dark Salmon. HEX triplet: F2, 99 and 7B. RGB value is (242,153,123). Sum of RGB (Red+Green+Blue) = 242+153+123=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997B is #0D6684. Grayscale: #B0B0B0. Windows color (decimal): -878213 or 8100338. OLE color: 8100338.
HSL color Cylindrical-coordinate representation of color #F2997B: hue angle of 15.13º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2997B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 123 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.05 |
| HSL | 15.13º | 0.82% | 0.72% | - |
| HSV(B) | 15.13º | 0.49% | 0.95% | - |
| XYZ | 51.58 | 43.09 | 24.34 | - |
| YUV | 176.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 123 | 0 | 0.37 | 0.49 | 0.05 | 15.13 | 0.82 | 0.72 |
| Hex | F2 | 99 | 7B | 0 | 25 | 31 | 5 | F | 52 | 48 |
| Octal | 362 | 231 | 173 | 0 | 45 | 61 | 5 | 17 | 122 | 110 |
| Binary | 11110010 | 10011001 | 1111011 | 0 | 100101 | 110001 | 101 | 1111 | 1010010 | 1001000 |
Color Harmonies of #F2997B
Complementary color
Monochromatic Colors of #F2997B
Black with #F2997B
Text Example
Text Example
White with #F2997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2997B; }
p { color: rgb(242,153,123); }
H1.HeaderClassName
{
color: #F2997B;
}
.AnyTagClassName
{
color: #F2997B;
}
</style>
background-color css
<style>
a { background-color: #F2997B; }
a { background-color: rgb(242,153,123); }
div.DivClassName
{
background-color: #F2997B;
}
.BgClassName
{
background-color: #F2997B;
}
</style>
border-color css
<style>
span { border-color: #F2997B; }
span { border-color: rgb(242,153,123); }
td.TdClassName
{
border-color: #F2997B;
}
.TagClassName
{
border-color: #F2997B;
}
</style>