Shades of Magenta #FC01F1
Tints of Magenta #FC01F1
RGB
CMYK
RGB Variations
Color information
#FC01F1 (or 0xFC01F1) is known color: Magenta. HEX triplet: FC, 01 and F1. RGB value is (252,1,241). Sum of RGB (Red+Green+Blue) = 252+1+241=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC01F1 is #03FE0E. Grayscale: #666666. Windows color (decimal): -261647 or 15794684. OLE color: 15794684.
HSL color Cylindrical-coordinate representation of color #FC01F1: hue angle of 302.63º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01F1 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 241 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.01 |
| HSL | 302.63º | 0.99% | 0.5% | - |
| HSV(B) | 302.63º | 1% | 0.99% | - |
| XYZ | 56.03 | 27.07 | 85.49 | - |
| YUV | 103.41 | 205.66 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 241 | 0 | 1.00 | 0.04 | 0.01 | 302.63 | 0.99 | 0.5 |
| Hex | FC | 1 | F1 | 0 | 64 | 4 | 1 | 12F | 63 | 32 |
| Octal | 374 | 1 | 361 | 0 | 144 | 4 | 1 | 457 | 143 | 62 |
| Binary | 11111100 | 1 | 11110001 | 0 | 1100100 | 100 | 1 | 100101111 | 1100011 | 110010 |
Color Harmonies of #FC01F1
Complementary color
Monochromatic Colors of #FC01F1
Black with #FC01F1
Text Example
Text Example
White with #FC01F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01F1; }
p { color: rgb(252,1,241); }
H1.HeaderClassName
{
color: #FC01F1;
}
.AnyTagClassName
{
color: #FC01F1;
}
</style>
background-color css
<style>
a { background-color: #FC01F1; }
a { background-color: rgb(252,1,241); }
div.DivClassName
{
background-color: #FC01F1;
}
.BgClassName
{
background-color: #FC01F1;
}
</style>
border-color css
<style>
span { border-color: #FC01F1; }
span { border-color: rgb(252,1,241); }
td.TdClassName
{
border-color: #FC01F1;
}
.TagClassName
{
border-color: #FC01F1;
}
</style>