Shades of Magenta #FF00FC
Tints of Magenta #FF00FC
RGB
CMYK
RGB Variations
Color information
#FF00FC (or 0xFF00FC) is known color: Magenta. HEX triplet: FF, 00 and FC. RGB value is (255,0,252). Sum of RGB (Red+Green+Blue) = 255+0+252=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 0 (0.39% from 255 or 0% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00FC is #00FF03. Grayscale: #686868. Windows color (decimal): -65284 or 16515327. OLE color: 16515327.
HSL color Cylindrical-coordinate representation of color #FF00FC: hue angle of 300.71º 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 #FF00FC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 252 | - |
| CMYK | 0 | 1 | 0.01 | 0 |
| HSL | 300.71º | 1% | 0.5% | - |
| HSV(B) | 300.71º | 1% | 1% | - |
| XYZ | 58.81 | 28.29 | 94.46 | - |
| YUV | 104.97 | 210.98 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 252 | 0 | 1 | 0.01 | 0 | 300.71 | 1 | 0.5 |
| Hex | FF | 0 | FC | 0 | 64 | 1 | 0 | 12D | 64 | 32 |
| Octal | 377 | 0 | 374 | 0 | 144 | 1 | 0 | 455 | 144 | 62 |
| Binary | 11111111 | 0 | 11111100 | 0 | 1100100 | 1 | 0 | 100101101 | 1100100 | 110010 |
Color Harmonies of #FF00FC
Complementary color
Monochromatic Colors of #FF00FC
Black with #FF00FC
Text Example
Text Example
White with #FF00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00FC; }
p { color: rgb(255,0,252); }
H1.HeaderClassName
{
color: #FF00FC;
}
.AnyTagClassName
{
color: #FF00FC;
}
</style>
background-color css
<style>
a { background-color: #FF00FC; }
a { background-color: rgb(255,0,252); }
div.DivClassName
{
background-color: #FF00FC;
}
.BgClassName
{
background-color: #FF00FC;
}
</style>
border-color css
<style>
span { border-color: #FF00FC; }
span { border-color: rgb(255,0,252); }
td.TdClassName
{
border-color: #FF00FC;
}
.TagClassName
{
border-color: #FF00FC;
}
</style>