Shades of Dark Salmon #F2927C
Tints of Dark Salmon #F2927C
RGB
CMYK
RGB Variations
Color information
#F2927C (or 0xF2927C) is known color: Dark Salmon. HEX triplet: F2, 92 and 7C. RGB value is (242,146,124). Sum of RGB (Red+Green+Blue) = 242+146+124=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2927C is #0D6D83. Grayscale: #ACACAC. Windows color (decimal): -880004 or 8164082. OLE color: 8164082.
HSL color Cylindrical-coordinate representation of color #F2927C: hue angle of 11.19º 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 #F2927C is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 124 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.05 |
| HSL | 11.19º | 0.82% | 0.72% | - |
| HSV(B) | 11.19º | 0.49% | 0.95% | - |
| XYZ | 50.53 | 40.89 | 24.3 | - |
| YUV | 172.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 124 | 0 | 0.40 | 0.49 | 0.05 | 11.19 | 0.82 | 0.72 |
| Hex | F2 | 92 | 7C | 0 | 28 | 31 | 5 | B | 52 | 48 |
| Octal | 362 | 222 | 174 | 0 | 50 | 61 | 5 | 13 | 122 | 110 |
| Binary | 11110010 | 10010010 | 1111100 | 0 | 101000 | 110001 | 101 | 1011 | 1010010 | 1001000 |
Color Harmonies of #F2927C
Complementary color
Monochromatic Colors of #F2927C
Black with #F2927C
Text Example
Text Example
White with #F2927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2927C; }
p { color: rgb(242,146,124); }
H1.HeaderClassName
{
color: #F2927C;
}
.AnyTagClassName
{
color: #F2927C;
}
</style>
background-color css
<style>
a { background-color: #F2927C; }
a { background-color: rgb(242,146,124); }
div.DivClassName
{
background-color: #F2927C;
}
.BgClassName
{
background-color: #F2927C;
}
</style>
border-color css
<style>
span { border-color: #F2927C; }
span { border-color: rgb(242,146,124); }
td.TdClassName
{
border-color: #F2927C;
}
.TagClassName
{
border-color: #F2927C;
}
</style>