Shades of Dark Salmon #F2967A
Tints of Dark Salmon #F2967A
RGB
CMYK
RGB Variations
Color information
#F2967A (or 0xF2967A) is known color: Dark Salmon. HEX triplet: F2, 96 and 7A. RGB value is (242,150,122). Sum of RGB (Red+Green+Blue) = 242+150+122=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2967A is #0D6985. Grayscale: #AEAEAE. Windows color (decimal): -878982 or 8034034. OLE color: 8034034.
HSL color Cylindrical-coordinate representation of color #F2967A: hue angle of 14º 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 #F2967A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 122 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.05 |
| HSL | 14º | 0.82% | 0.71% | - |
| HSV(B) | 14º | 0.5% | 0.95% | - |
| XYZ | 51.04 | 42.1 | 23.85 | - |
| YUV | 174.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 122 | 0 | 0.38 | 0.50 | 0.05 | 14 | 0.82 | 0.71 |
| Hex | F2 | 96 | 7A | 0 | 26 | 32 | 5 | E | 52 | 47 |
| Octal | 362 | 226 | 172 | 0 | 46 | 62 | 5 | 16 | 122 | 107 |
| Binary | 11110010 | 10010110 | 1111010 | 0 | 100110 | 110010 | 101 | 1110 | 1010010 | 1000111 |
Color Harmonies of #F2967A
Complementary color
Monochromatic Colors of #F2967A
Black with #F2967A
Text Example
Text Example
White with #F2967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2967A; }
p { color: rgb(242,150,122); }
H1.HeaderClassName
{
color: #F2967A;
}
.AnyTagClassName
{
color: #F2967A;
}
</style>
background-color css
<style>
a { background-color: #F2967A; }
a { background-color: rgb(242,150,122); }
div.DivClassName
{
background-color: #F2967A;
}
.BgClassName
{
background-color: #F2967A;
}
</style>
border-color css
<style>
span { border-color: #F2967A; }
span { border-color: rgb(242,150,122); }
td.TdClassName
{
border-color: #F2967A;
}
.TagClassName
{
border-color: #F2967A;
}
</style>