Shades of Magenta #FC21F2
Tints of Magenta #FC21F2
RGB
CMYK
RGB Variations
Color information
#FC21F2 (or 0xFC21F2) is known color: Magenta. HEX triplet: FC, 21 and F2. RGB value is (252,33,242). Sum of RGB (Red+Green+Blue) = 252+33+242=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 33 (13.28% from 255 or 6.26% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC21F2 is #03DE0D. Grayscale: #797979. Windows color (decimal): -253454 or 15868412. OLE color: 15868412.
HSL color Cylindrical-coordinate representation of color #FC21F2: hue angle of 302.74º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21F2 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 242 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.01 |
| HSL | 302.74º | 0.97% | 0.56% | - |
| HSV(B) | 302.74º | 0.87% | 0.99% | - |
| XYZ | 56.72 | 28.19 | 86.46 | - |
| YUV | 122.31 | 195.55 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 242 | 0 | 0.87 | 0.04 | 0.01 | 302.74 | 0.97 | 0.56 |
| Hex | FC | 21 | F2 | 0 | 57 | 4 | 1 | 12F | 61 | 38 |
| Octal | 374 | 41 | 362 | 0 | 127 | 4 | 1 | 457 | 141 | 70 |
| Binary | 11111100 | 100001 | 11110010 | 0 | 1010111 | 100 | 1 | 100101111 | 1100001 | 111000 |
Color Harmonies of #FC21F2
Complementary color
Monochromatic Colors of #FC21F2
Black with #FC21F2
Text Example
Text Example
White with #FC21F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21F2; }
p { color: rgb(252,33,242); }
H1.HeaderClassName
{
color: #FC21F2;
}
.AnyTagClassName
{
color: #FC21F2;
}
</style>
background-color css
<style>
a { background-color: #FC21F2; }
a { background-color: rgb(252,33,242); }
div.DivClassName
{
background-color: #FC21F2;
}
.BgClassName
{
background-color: #FC21F2;
}
</style>
border-color css
<style>
span { border-color: #FC21F2; }
span { border-color: rgb(252,33,242); }
td.TdClassName
{
border-color: #FC21F2;
}
.TagClassName
{
border-color: #FC21F2;
}
</style>