Shades of Dark Salmon #F2967D
Tints of Dark Salmon #F2967D
RGB
CMYK
RGB Variations
Color information
#F2967D (or 0xF2967D) is known color: Dark Salmon. HEX triplet: F2, 96 and 7D. RGB value is (242,150,125). Sum of RGB (Red+Green+Blue) = 242+150+125=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2967D is #0D6982. Grayscale: #AEAEAE. Windows color (decimal): -878979 or 8230642. OLE color: 8230642.
HSL color Cylindrical-coordinate representation of color #F2967D: hue angle of 12.82º 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 #F2967D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 125 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.05 |
| HSL | 12.82º | 0.82% | 0.72% | - |
| HSV(B) | 12.82º | 0.48% | 0.95% | - |
| XYZ | 51.23 | 42.17 | 24.84 | - |
| YUV | 174.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 125 | 0 | 0.38 | 0.48 | 0.05 | 12.82 | 0.82 | 0.72 |
| Hex | F2 | 96 | 7D | 0 | 26 | 30 | 5 | D | 52 | 48 |
| Octal | 362 | 226 | 175 | 0 | 46 | 60 | 5 | 15 | 122 | 110 |
| Binary | 11110010 | 10010110 | 1111101 | 0 | 100110 | 110000 | 101 | 1101 | 1010010 | 1001000 |
Color Harmonies of #F2967D
Complementary color
Monochromatic Colors of #F2967D
Black with #F2967D
Text Example
Text Example
White with #F2967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2967D; }
p { color: rgb(242,150,125); }
H1.HeaderClassName
{
color: #F2967D;
}
.AnyTagClassName
{
color: #F2967D;
}
</style>
background-color css
<style>
a { background-color: #F2967D; }
a { background-color: rgb(242,150,125); }
div.DivClassName
{
background-color: #F2967D;
}
.BgClassName
{
background-color: #F2967D;
}
</style>
border-color css
<style>
span { border-color: #F2967D; }
span { border-color: rgb(242,150,125); }
td.TdClassName
{
border-color: #F2967D;
}
.TagClassName
{
border-color: #F2967D;
}
</style>