Shades of Dark Salmon #F2997A
Tints of Dark Salmon #F2997A
RGB
CMYK
RGB Variations
Color information
#F2997A (or 0xF2997A) is known color: Dark Salmon. HEX triplet: F2, 99 and 7A. RGB value is (242,153,122). Sum of RGB (Red+Green+Blue) = 242+153+122=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2997A is #0D6685. Grayscale: #B0B0B0. Windows color (decimal): -878214 or 8034802. OLE color: 8034802.
HSL color Cylindrical-coordinate representation of color #F2997A: hue angle of 15.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2997A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 122 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.05 |
| HSL | 15.5º | 0.82% | 0.71% | - |
| HSV(B) | 15.5º | 0.5% | 0.95% | - |
| XYZ | 51.52 | 43.06 | 24.01 | - |
| YUV | 176.08 | 97.49 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 122 | 0 | 0.37 | 0.50 | 0.05 | 15.5 | 0.82 | 0.71 |
| Hex | F2 | 99 | 7A | 0 | 25 | 32 | 5 | 10 | 52 | 47 |
| Octal | 362 | 231 | 172 | 0 | 45 | 62 | 5 | 20 | 122 | 107 |
| Binary | 11110010 | 10011001 | 1111010 | 0 | 100101 | 110010 | 101 | 10000 | 1010010 | 1000111 |
Color Harmonies of #F2997A
Complementary color
Monochromatic Colors of #F2997A
Black with #F2997A
Text Example
Text Example
White with #F2997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2997A; }
p { color: rgb(242,153,122); }
H1.HeaderClassName
{
color: #F2997A;
}
.AnyTagClassName
{
color: #F2997A;
}
</style>
background-color css
<style>
a { background-color: #F2997A; }
a { background-color: rgb(242,153,122); }
div.DivClassName
{
background-color: #F2997A;
}
.BgClassName
{
background-color: #F2997A;
}
</style>
border-color css
<style>
span { border-color: #F2997A; }
span { border-color: rgb(242,153,122); }
td.TdClassName
{
border-color: #F2997A;
}
.TagClassName
{
border-color: #F2997A;
}
</style>