Shades of Magenta #FC00F1
Tints of Magenta #FC00F1
RGB
CMYK
RGB Variations
Color information
#FC00F1 (or 0xFC00F1) is known color: Magenta. HEX triplet: FC, 00 and F1. RGB value is (252,0,241). Sum of RGB (Red+Green+Blue) = 252+0+241=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00F1 is #03FF0E. Grayscale: #666666. Windows color (decimal): -261903 or 15794428. OLE color: 15794428.
HSL color Cylindrical-coordinate representation of color #FC00F1: hue angle of 302.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00F1 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 241 | - |
| CMYK | 0 | 1 | 0.04 | 0.01 |
| HSL | 302.62º | 1% | 0.49% | - |
| HSV(B) | 302.62º | 1% | 0.99% | - |
| XYZ | 56.02 | 27.05 | 85.49 | - |
| YUV | 102.82 | 205.99 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 241 | 0 | 1 | 0.04 | 0.01 | 302.62 | 1 | 0.49 |
| Hex | FC | 0 | F1 | 0 | 64 | 4 | 1 | 12F | 64 | 31 |
| Octal | 374 | 0 | 361 | 0 | 144 | 4 | 1 | 457 | 144 | 61 |
| Binary | 11111100 | 0 | 11110001 | 0 | 1100100 | 100 | 1 | 100101111 | 1100100 | 110001 |
Color Harmonies of #FC00F1
Complementary color
Monochromatic Colors of #FC00F1
Black with #FC00F1
Text Example
Text Example
White with #FC00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00F1; }
p { color: rgb(252,0,241); }
H1.HeaderClassName
{
color: #FC00F1;
}
.AnyTagClassName
{
color: #FC00F1;
}
</style>
background-color css
<style>
a { background-color: #FC00F1; }
a { background-color: rgb(252,0,241); }
div.DivClassName
{
background-color: #FC00F1;
}
.BgClassName
{
background-color: #FC00F1;
}
</style>
border-color css
<style>
span { border-color: #FC00F1; }
span { border-color: rgb(252,0,241); }
td.TdClassName
{
border-color: #FC00F1;
}
.TagClassName
{
border-color: #FC00F1;
}
</style>