Shades of Magenta #F201FF
Tints of Magenta #F201FF
RGB
CMYK
RGB Variations
Color information
#F201FF (or 0xF201FF) is known color: Magenta. HEX triplet: F2, 01 and FF. RGB value is (242,1,255). Sum of RGB (Red+Green+Blue) = 242+1+255=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #F201FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201FF is #0DFE00. Grayscale: #656565. Windows color (decimal): -916993 or 16712178. OLE color: 16712178.
HSL color Cylindrical-coordinate representation of color #F201FF: hue angle of 296.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201FF is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 1 | 255 | - |
| CMYK | 0.05 | 1.00 | 0 | 0 |
| HSL | 296.93º | 1% | 0.5% | - |
| HSV(B) | 296.93º | 1% | 1% | - |
| XYZ | 54.68 | 26.12 | 96.77 | - |
| YUV | 102.02 | 214.34 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 255 | 0.05 | 1.00 | 0 | 0 | 296.93 | 1 | 0.5 |
| Hex | F2 | 1 | FF | 5 | 64 | 0 | 0 | 129 | 64 | 32 |
| Octal | 362 | 1 | 377 | 5 | 144 | 0 | 0 | 451 | 144 | 62 |
| Binary | 11110010 | 1 | 11111111 | 101 | 1100100 | 0 | 0 | 100101001 | 1100100 | 110010 |
Color Harmonies of #F201FF
Complementary color
Monochromatic Colors of #F201FF
Black with #F201FF
Text Example
Text Example
White with #F201FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201FF; }
p { color: rgb(242,1,255); }
H1.HeaderClassName
{
color: #F201FF;
}
.AnyTagClassName
{
color: #F201FF;
}
</style>
background-color css
<style>
a { background-color: #F201FF; }
a { background-color: rgb(242,1,255); }
div.DivClassName
{
background-color: #F201FF;
}
.BgClassName
{
background-color: #F201FF;
}
</style>
border-color css
<style>
span { border-color: #F201FF; }
span { border-color: rgb(242,1,255); }
td.TdClassName
{
border-color: #F201FF;
}
.TagClassName
{
border-color: #F201FF;
}
</style>