Shades of Dark Salmon #F2987B
Tints of Dark Salmon #F2987B
RGB
CMYK
RGB Variations
Color information
#F2987B (or 0xF2987B) is known color: Dark Salmon. HEX triplet: F2, 98 and 7B. RGB value is (242,152,123). Sum of RGB (Red+Green+Blue) = 242+152+123=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2987B is #0D6784. Grayscale: #AFAFAF. Windows color (decimal): -878469 or 8100082. OLE color: 8100082.
HSL color Cylindrical-coordinate representation of color #F2987B: hue angle of 14.62º 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 #F2987B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 123 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.05 |
| HSL | 14.62º | 0.82% | 0.72% | - |
| HSV(B) | 14.62º | 0.49% | 0.95% | - |
| XYZ | 51.42 | 42.76 | 24.28 | - |
| YUV | 175.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 123 | 0 | 0.37 | 0.49 | 0.05 | 14.62 | 0.82 | 0.72 |
| Hex | F2 | 98 | 7B | 0 | 25 | 31 | 5 | F | 52 | 48 |
| Octal | 362 | 230 | 173 | 0 | 45 | 61 | 5 | 17 | 122 | 110 |
| Binary | 11110010 | 10011000 | 1111011 | 0 | 100101 | 110001 | 101 | 1111 | 1010010 | 1001000 |
Color Harmonies of #F2987B
Complementary color
Monochromatic Colors of #F2987B
Black with #F2987B
Text Example
Text Example
White with #F2987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2987B; }
p { color: rgb(242,152,123); }
H1.HeaderClassName
{
color: #F2987B;
}
.AnyTagClassName
{
color: #F2987B;
}
</style>
background-color css
<style>
a { background-color: #F2987B; }
a { background-color: rgb(242,152,123); }
div.DivClassName
{
background-color: #F2987B;
}
.BgClassName
{
background-color: #F2987B;
}
</style>
border-color css
<style>
span { border-color: #F2987B; }
span { border-color: rgb(242,152,123); }
td.TdClassName
{
border-color: #F2987B;
}
.TagClassName
{
border-color: #F2987B;
}
</style>