Shades of Magenta #FC08FE
Tints of Magenta #FC08FE
RGB
CMYK
RGB Variations
Color information
#FC08FE (or 0xFC08FE) is known color: Magenta. HEX triplet: FC, 08 and FE. RGB value is (252,8,254). Sum of RGB (Red+Green+Blue) = 252+8+254=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 8 (3.52% from 255 or 1.56% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC08FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC08FE is #03F701. Grayscale: #6C6C6C. Windows color (decimal): -259842 or 16648444. OLE color: 16648444.
HSL color Cylindrical-coordinate representation of color #FC08FE: hue angle of 299.51º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC08FE is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 8 | 254 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.00 |
| HSL | 299.51º | 0.99% | 0.51% | - |
| HSV(B) | 299.51º | 0.97% | 1% | - |
| XYZ | 58.12 | 28.02 | 96.11 | - |
| YUV | 109 | 209.84 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 254 | 0.01 | 0.97 | 0 | 0.00 | 299.51 | 0.99 | 0.51 |
| Hex | FC | 8 | FE | 1 | 61 | 0 | 0 | 12C | 63 | 33 |
| Octal | 374 | 10 | 376 | 1 | 141 | 0 | 0 | 454 | 143 | 63 |
| Binary | 11111100 | 1000 | 11111110 | 1 | 1100001 | 0 | 0 | 100101100 | 1100011 | 110011 |
Color Harmonies of #FC08FE
Complementary color
Monochromatic Colors of #FC08FE
Black with #FC08FE
Text Example
Text Example
White with #FC08FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC08FE; }
p { color: rgb(252,8,254); }
H1.HeaderClassName
{
color: #FC08FE;
}
.AnyTagClassName
{
color: #FC08FE;
}
</style>
background-color css
<style>
a { background-color: #FC08FE; }
a { background-color: rgb(252,8,254); }
div.DivClassName
{
background-color: #FC08FE;
}
.BgClassName
{
background-color: #FC08FE;
}
</style>
border-color css
<style>
span { border-color: #FC08FE; }
span { border-color: rgb(252,8,254); }
td.TdClassName
{
border-color: #FC08FE;
}
.TagClassName
{
border-color: #FC08FE;
}
</style>