Shades of Magenta #FC0FED
Tints of Magenta #FC0FED
RGB
CMYK
RGB Variations
Color information
#FC0FED (or 0xFC0FED) is known color: Magenta. HEX triplet: FC, 0F and ED. RGB value is (252,15,237). Sum of RGB (Red+Green+Blue) = 252+15+237=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FED is #03F012. Grayscale: #6E6E6E. Windows color (decimal): -258067 or 15536124. OLE color: 15536124.
HSL color Cylindrical-coordinate representation of color #FC0FED: hue angle of 303.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FED is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 303.8º | 0.98% | 0.52% | - |
| HSV(B) | 303.8º | 0.94% | 0.99% | - |
| XYZ | 55.6 | 27.15 | 82.43 | - |
| YUV | 111.17 | 199.02 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 237 | 0 | 0.94 | 0.06 | 0.01 | 303.8 | 0.98 | 0.52 |
| Hex | FC | F | ED | 0 | 5E | 6 | 1 | 130 | 62 | 34 |
| Octal | 374 | 17 | 355 | 0 | 136 | 6 | 1 | 460 | 142 | 64 |
| Binary | 11111100 | 1111 | 11101101 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110100 |
Color Harmonies of #FC0FED
Complementary color
Monochromatic Colors of #FC0FED
Black with #FC0FED
Text Example
Text Example
White with #FC0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FED; }
p { color: rgb(252,15,237); }
H1.HeaderClassName
{
color: #FC0FED;
}
.AnyTagClassName
{
color: #FC0FED;
}
</style>
background-color css
<style>
a { background-color: #FC0FED; }
a { background-color: rgb(252,15,237); }
div.DivClassName
{
background-color: #FC0FED;
}
.BgClassName
{
background-color: #FC0FED;
}
</style>
border-color css
<style>
span { border-color: #FC0FED; }
span { border-color: rgb(252,15,237); }
td.TdClassName
{
border-color: #FC0FED;
}
.TagClassName
{
border-color: #FC0FED;
}
</style>