Shades of Dark Salmon #F2906C
Tints of Dark Salmon #F2906C
RGB
CMYK
RGB Variations
Color information
#F2906C (or 0xF2906C) is known color: Dark Salmon. HEX triplet: F2, 90 and 6C. RGB value is (242,144,108). Sum of RGB (Red+Green+Blue) = 242+144+108=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2906C is #0D6F93. Grayscale: #A9A9A9. Windows color (decimal): -880532 or 7114994. OLE color: 7114994.
HSL color Cylindrical-coordinate representation of color #F2906C: hue angle of 16.12º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2906C is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 108 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.05 |
| HSL | 16.12º | 0.84% | 0.69% | - |
| HSV(B) | 16.12º | 0.55% | 0.95% | - |
| XYZ | 49.3 | 39.91 | 19.29 | - |
| YUV | 169.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 108 | 0 | 0.40 | 0.55 | 0.05 | 16.12 | 0.84 | 0.69 |
| Hex | F2 | 90 | 6C | 0 | 28 | 37 | 5 | 10 | 54 | 45 |
| Octal | 362 | 220 | 154 | 0 | 50 | 67 | 5 | 20 | 124 | 105 |
| Binary | 11110010 | 10010000 | 1101100 | 0 | 101000 | 110111 | 101 | 10000 | 1010100 | 1000101 |
Color Harmonies of #F2906C
Complementary color
Monochromatic Colors of #F2906C
Black with #F2906C
Text Example
Text Example
White with #F2906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2906C; }
p { color: rgb(242,144,108); }
H1.HeaderClassName
{
color: #F2906C;
}
.AnyTagClassName
{
color: #F2906C;
}
</style>
background-color css
<style>
a { background-color: #F2906C; }
a { background-color: rgb(242,144,108); }
div.DivClassName
{
background-color: #F2906C;
}
.BgClassName
{
background-color: #F2906C;
}
</style>
border-color css
<style>
span { border-color: #F2906C; }
span { border-color: rgb(242,144,108); }
td.TdClassName
{
border-color: #F2906C;
}
.TagClassName
{
border-color: #F2906C;
}
</style>