Shades of Dark Salmon #F2946F
Tints of Dark Salmon #F2946F
RGB
CMYK
RGB Variations
Color information
#F2946F (or 0xF2946F) is known color: Dark Salmon. HEX triplet: F2, 94 and 6F. RGB value is (242,148,111). Sum of RGB (Red+Green+Blue) = 242+148+111=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2946F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2946F is #0D6B90. Grayscale: #ACACAC. Windows color (decimal): -879505 or 7312626. OLE color: 7312626.
HSL color Cylindrical-coordinate representation of color #F2946F: hue angle of 16.95º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2946F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 111 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.05 |
| HSL | 16.95º | 0.83% | 0.69% | - |
| HSV(B) | 16.95º | 0.54% | 0.95% | - |
| XYZ | 50.08 | 41.2 | 20.35 | - |
| YUV | 171.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 111 | 0 | 0.39 | 0.54 | 0.05 | 16.95 | 0.83 | 0.69 |
| Hex | F2 | 94 | 6F | 0 | 27 | 36 | 5 | 11 | 53 | 45 |
| Octal | 362 | 224 | 157 | 0 | 47 | 66 | 5 | 21 | 123 | 105 |
| Binary | 11110010 | 10010100 | 1101111 | 0 | 100111 | 110110 | 101 | 10001 | 1010011 | 1000101 |
Color Harmonies of #F2946F
Complementary color
Monochromatic Colors of #F2946F
Black with #F2946F
Text Example
Text Example
White with #F2946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2946F; }
p { color: rgb(242,148,111); }
H1.HeaderClassName
{
color: #F2946F;
}
.AnyTagClassName
{
color: #F2946F;
}
</style>
background-color css
<style>
a { background-color: #F2946F; }
a { background-color: rgb(242,148,111); }
div.DivClassName
{
background-color: #F2946F;
}
.BgClassName
{
background-color: #F2946F;
}
</style>
border-color css
<style>
span { border-color: #F2946F; }
span { border-color: rgb(242,148,111); }
td.TdClassName
{
border-color: #F2946F;
}
.TagClassName
{
border-color: #F2946F;
}
</style>