Shades of Dark Salmon #F2927A
Tints of Dark Salmon #F2927A
RGB
CMYK
RGB Variations
Color information
#F2927A (or 0xF2927A) is known color: Dark Salmon. HEX triplet: F2, 92 and 7A. RGB value is (242,146,122). Sum of RGB (Red+Green+Blue) = 242+146+122=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2927A is #0D6D85. Grayscale: #ACACAC. Windows color (decimal): -880006 or 8033010. OLE color: 8033010.
HSL color Cylindrical-coordinate representation of color #F2927A: hue angle of 12º 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 #F2927A is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 122 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.05 |
| HSL | 12º | 0.82% | 0.71% | - |
| HSV(B) | 12º | 0.5% | 0.95% | - |
| XYZ | 50.41 | 40.84 | 23.64 | - |
| YUV | 171.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 122 | 0 | 0.40 | 0.50 | 0.05 | 12 | 0.82 | 0.71 |
| Hex | F2 | 92 | 7A | 0 | 28 | 32 | 5 | C | 52 | 47 |
| Octal | 362 | 222 | 172 | 0 | 50 | 62 | 5 | 14 | 122 | 107 |
| Binary | 11110010 | 10010010 | 1111010 | 0 | 101000 | 110010 | 101 | 1100 | 1010010 | 1000111 |
Color Harmonies of #F2927A
Complementary color
Monochromatic Colors of #F2927A
Black with #F2927A
Text Example
Text Example
White with #F2927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2927A; }
p { color: rgb(242,146,122); }
H1.HeaderClassName
{
color: #F2927A;
}
.AnyTagClassName
{
color: #F2927A;
}
</style>
background-color css
<style>
a { background-color: #F2927A; }
a { background-color: rgb(242,146,122); }
div.DivClassName
{
background-color: #F2927A;
}
.BgClassName
{
background-color: #F2927A;
}
</style>
border-color css
<style>
span { border-color: #F2927A; }
span { border-color: rgb(242,146,122); }
td.TdClassName
{
border-color: #F2927A;
}
.TagClassName
{
border-color: #F2927A;
}
</style>