Shades of Hot Magenta #F201D9
Tints of Hot Magenta #F201D9
RGB
CMYK
RGB Variations
Color information
#F201D9 (or 0xF201D9) is known color: Hot Magenta. HEX triplet: F2, 01 and D9. RGB value is (242,1,217). Sum of RGB (Red+Green+Blue) = 242+1+217=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F201D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201D9 is #0DFE26. Grayscale: #616161. Windows color (decimal): -917031 or 14221810. OLE color: 14221810.
HSL color Cylindrical-coordinate representation of color #F201D9: hue angle of 306.22º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201D9 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 217 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.05 |
| HSL | 306.22º | 0.99% | 0.48% | - |
| HSV(B) | 306.22º | 1% | 0.95% | - |
| XYZ | 49.15 | 23.91 | 67.67 | - |
| YUV | 97.68 | 195.34 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 217 | 0 | 1.00 | 0.10 | 0.05 | 306.22 | 0.99 | 0.48 |
| Hex | F2 | 1 | D9 | 0 | 64 | A | 5 | 132 | 63 | 30 |
| Octal | 362 | 1 | 331 | 0 | 144 | 12 | 5 | 462 | 143 | 60 |
| Binary | 11110010 | 1 | 11011001 | 0 | 1100100 | 1010 | 101 | 100110010 | 1100011 | 110000 |
Color Harmonies of #F201D9
Complementary color
Monochromatic Colors of #F201D9
Black with #F201D9
Text Example
Text Example
White with #F201D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201D9; }
p { color: rgb(242,1,217); }
H1.HeaderClassName
{
color: #F201D9;
}
.AnyTagClassName
{
color: #F201D9;
}
</style>
background-color css
<style>
a { background-color: #F201D9; }
a { background-color: rgb(242,1,217); }
div.DivClassName
{
background-color: #F201D9;
}
.BgClassName
{
background-color: #F201D9;
}
</style>
border-color css
<style>
span { border-color: #F201D9; }
span { border-color: rgb(242,1,217); }
td.TdClassName
{
border-color: #F201D9;
}
.TagClassName
{
border-color: #F201D9;
}
</style>