Shades of Magenta #FC00F8
Tints of Magenta #FC00F8
RGB
CMYK
RGB Variations
Color information
#FC00F8 (or 0xFC00F8) is known color: Magenta. HEX triplet: FC, 00 and F8. RGB value is (252,0,248). Sum of RGB (Red+Green+Blue) = 252+0+248=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00F8 is #03FF07. Grayscale: #666666. Windows color (decimal): -261896 or 16253180. OLE color: 16253180.
HSL color Cylindrical-coordinate representation of color #FC00F8: hue angle of 300.95º 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 #FC00F8 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 248 | - |
| CMYK | 0 | 1 | 0.02 | 0.01 |
| HSL | 300.95º | 1% | 0.49% | - |
| HSV(B) | 300.95º | 1% | 0.99% | - |
| XYZ | 57.09 | 27.47 | 91.1 | - |
| YUV | 103.62 | 209.49 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 248 | 0 | 1 | 0.02 | 0.01 | 300.95 | 1 | 0.49 |
| Hex | FC | 0 | F8 | 0 | 64 | 2 | 1 | 12D | 64 | 31 |
| Octal | 374 | 0 | 370 | 0 | 144 | 2 | 1 | 455 | 144 | 61 |
| Binary | 11111100 | 0 | 11111000 | 0 | 1100100 | 10 | 1 | 100101101 | 1100100 | 110001 |
Color Harmonies of #FC00F8
Complementary color
Monochromatic Colors of #FC00F8
Black with #FC00F8
Text Example
Text Example
White with #FC00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00F8; }
p { color: rgb(252,0,248); }
H1.HeaderClassName
{
color: #FC00F8;
}
.AnyTagClassName
{
color: #FC00F8;
}
</style>
background-color css
<style>
a { background-color: #FC00F8; }
a { background-color: rgb(252,0,248); }
div.DivClassName
{
background-color: #FC00F8;
}
.BgClassName
{
background-color: #FC00F8;
}
</style>
border-color css
<style>
span { border-color: #FC00F8; }
span { border-color: rgb(252,0,248); }
td.TdClassName
{
border-color: #FC00F8;
}
.TagClassName
{
border-color: #FC00F8;
}
</style>