Shades of Magenta #FF21FC
Tints of Magenta #FF21FC
RGB
CMYK
RGB Variations
Color information
#FF21FC (or 0xFF21FC) is known color: Magenta. HEX triplet: FF, 21 and FC. RGB value is (255,33,252). Sum of RGB (Red+Green+Blue) = 255+33+252=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 33 (13.28% from 255 or 6.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21FC is #00DE03. Grayscale: #7B7B7B. Windows color (decimal): -56836 or 16523775. OLE color: 16523775.
HSL color Cylindrical-coordinate representation of color #FF21FC: hue angle of 300.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF21FC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 252 | - |
| CMYK | 0 | 0.87 | 0.01 | 0 |
| HSL | 300.81º | 1% | 0.56% | - |
| HSV(B) | 300.81º | 0.87% | 1% | - |
| XYZ | 59.35 | 29.38 | 94.64 | - |
| YUV | 124.34 | 200.05 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 252 | 0 | 0.87 | 0.01 | 0 | 300.81 | 1 | 0.56 |
| Hex | FF | 21 | FC | 0 | 57 | 1 | 0 | 12D | 64 | 38 |
| Octal | 377 | 41 | 374 | 0 | 127 | 1 | 0 | 455 | 144 | 70 |
| Binary | 11111111 | 100001 | 11111100 | 0 | 1010111 | 1 | 0 | 100101101 | 1100100 | 111000 |
Color Harmonies of #FF21FC
Complementary color
Monochromatic Colors of #FF21FC
Black with #FF21FC
Text Example
Text Example
White with #FF21FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21FC; }
p { color: rgb(255,33,252); }
H1.HeaderClassName
{
color: #FF21FC;
}
.AnyTagClassName
{
color: #FF21FC;
}
</style>
background-color css
<style>
a { background-color: #FF21FC; }
a { background-color: rgb(255,33,252); }
div.DivClassName
{
background-color: #FF21FC;
}
.BgClassName
{
background-color: #FF21FC;
}
</style>
border-color css
<style>
span { border-color: #FF21FC; }
span { border-color: rgb(255,33,252); }
td.TdClassName
{
border-color: #FF21FC;
}
.TagClassName
{
border-color: #FF21FC;
}
</style>