Shades of Dark Salmon #F2927F
Tints of Dark Salmon #F2927F
RGB
CMYK
RGB Variations
Color information
#F2927F (or 0xF2927F) is known color: Dark Salmon. HEX triplet: F2, 92 and 7F. RGB value is (242,146,127). Sum of RGB (Red+Green+Blue) = 242+146+127=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2927F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2927F is #0D6D80. Grayscale: #ACACAC. Windows color (decimal): -880001 or 8360690. OLE color: 8360690.
HSL color Cylindrical-coordinate representation of color #F2927F: hue angle of 9.91º 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 #F2927F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 127 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.05 |
| HSL | 9.91º | 0.82% | 0.72% | - |
| HSV(B) | 9.91º | 0.48% | 0.95% | - |
| XYZ | 50.73 | 40.97 | 25.31 | - |
| YUV | 172.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 127 | 0 | 0.40 | 0.48 | 0.05 | 9.91 | 0.82 | 0.72 |
| Hex | F2 | 92 | 7F | 0 | 28 | 30 | 5 | A | 52 | 48 |
| Octal | 362 | 222 | 177 | 0 | 50 | 60 | 5 | 12 | 122 | 110 |
| Binary | 11110010 | 10010010 | 1111111 | 0 | 101000 | 110000 | 101 | 1010 | 1010010 | 1001000 |
Color Harmonies of #F2927F
Complementary color
Monochromatic Colors of #F2927F
Black with #F2927F
Text Example
Text Example
White with #F2927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2927F; }
p { color: rgb(242,146,127); }
H1.HeaderClassName
{
color: #F2927F;
}
.AnyTagClassName
{
color: #F2927F;
}
</style>
background-color css
<style>
a { background-color: #F2927F; }
a { background-color: rgb(242,146,127); }
div.DivClassName
{
background-color: #F2927F;
}
.BgClassName
{
background-color: #F2927F;
}
</style>
border-color css
<style>
span { border-color: #F2927F; }
span { border-color: rgb(242,146,127); }
td.TdClassName
{
border-color: #F2927F;
}
.TagClassName
{
border-color: #F2927F;
}
</style>