Shades of Hot Magenta #F906DF
Tints of Hot Magenta #F906DF
RGB
CMYK
RGB Variations
Color information
#F906DF (or 0xF906DF) is known color: Hot Magenta. HEX triplet: F9, 06 and DF. RGB value is (249,6,223). Sum of RGB (Red+Green+Blue) = 249+6+223=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F906DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906DF is #06F920. Grayscale: #666666. Windows color (decimal): -456993 or 14616313. OLE color: 14616313.
HSL color Cylindrical-coordinate representation of color #F906DF: hue angle of 306.42º 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 #F906DF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.02 |
| HSL | 306.42º | 0.95% | 0.5% | - |
| HSV(B) | 306.42º | 0.98% | 0.98% | - |
| XYZ | 52.45 | 25.6 | 71.99 | - |
| YUV | 103.4 | 195.51 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 223 | 0 | 0.98 | 0.10 | 0.02 | 306.42 | 0.95 | 0.5 |
| Hex | F9 | 6 | DF | 0 | 62 | A | 2 | 132 | 5F | 32 |
| Octal | 371 | 6 | 337 | 0 | 142 | 12 | 2 | 462 | 137 | 62 |
| Binary | 11111001 | 110 | 11011111 | 0 | 1100010 | 1010 | 10 | 100110010 | 1011111 | 110010 |
Color Harmonies of #F906DF
Complementary color
Monochromatic Colors of #F906DF
Black with #F906DF
Text Example
Text Example
White with #F906DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F906DF; }
p { color: rgb(249,6,223); }
H1.HeaderClassName
{
color: #F906DF;
}
.AnyTagClassName
{
color: #F906DF;
}
</style>
background-color css
<style>
a { background-color: #F906DF; }
a { background-color: rgb(249,6,223); }
div.DivClassName
{
background-color: #F906DF;
}
.BgClassName
{
background-color: #F906DF;
}
</style>
border-color css
<style>
span { border-color: #F906DF; }
span { border-color: rgb(249,6,223); }
td.TdClassName
{
border-color: #F906DF;
}
.TagClassName
{
border-color: #F906DF;
}
</style>