Shades of Hot Magenta #F906D0
Tints of Hot Magenta #F906D0
RGB
CMYK
RGB Variations
Color information
#F906D0 (or 0xF906D0) is known color: Hot Magenta. HEX triplet: F9, 06 and D0. RGB value is (249,6,208). Sum of RGB (Red+Green+Blue) = 249+6+208=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F906D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906D0 is #06F92F. Grayscale: #656565. Windows color (decimal): -457008 or 13633273. OLE color: 13633273.
HSL color Cylindrical-coordinate representation of color #F906D0: hue angle of 310.12º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F906D0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 208 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.02 |
| HSL | 310.12º | 0.95% | 0.5% | - |
| HSV(B) | 310.12º | 0.98% | 0.98% | - |
| XYZ | 50.52 | 24.82 | 61.8 | - |
| YUV | 101.69 | 188.01 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 208 | 0 | 0.98 | 0.16 | 0.02 | 310.12 | 0.95 | 0.5 |
| Hex | F9 | 6 | D0 | 0 | 62 | 10 | 2 | 136 | 5F | 32 |
| Octal | 371 | 6 | 320 | 0 | 142 | 20 | 2 | 466 | 137 | 62 |
| Binary | 11111001 | 110 | 11010000 | 0 | 1100010 | 10000 | 10 | 100110110 | 1011111 | 110010 |
Color Harmonies of #F906D0
Complementary color
Monochromatic Colors of #F906D0
Black with #F906D0
Text Example
Text Example
White with #F906D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906D0; }
p { color: rgb(249,6,208); }
H1.HeaderClassName
{
color: #F906D0;
}
.AnyTagClassName
{
color: #F906D0;
}
</style>
background-color css
<style>
a { background-color: #F906D0; }
a { background-color: rgb(249,6,208); }
div.DivClassName
{
background-color: #F906D0;
}
.BgClassName
{
background-color: #F906D0;
}
</style>
border-color css
<style>
span { border-color: #F906D0; }
span { border-color: rgb(249,6,208); }
td.TdClassName
{
border-color: #F906D0;
}
.TagClassName
{
border-color: #F906D0;
}
</style>