Shades of Magenta #FC30FA
Tints of Magenta #FC30FA
RGB
CMYK
RGB Variations
Color information
#FC30FA (or 0xFC30FA) is known color: Magenta. HEX triplet: FC, 30 and FA. RGB value is (252,48,250). Sum of RGB (Red+Green+Blue) = 252+48+250=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 48 (19.14% from 255 or 8.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30FA is #03CF05. Grayscale: #838383. Windows color (decimal): -249606 or 16396540. OLE color: 16396540.
HSL color Cylindrical-coordinate representation of color #FC30FA: hue angle of 300.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC30FA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 250 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.01 |
| HSL | 300.59º | 0.97% | 0.59% | - |
| HSV(B) | 300.59º | 0.81% | 0.99% | - |
| XYZ | 58.46 | 29.71 | 93.1 | - |
| YUV | 132.02 | 194.59 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 250 | 0 | 0.81 | 0.01 | 0.01 | 300.59 | 0.97 | 0.59 |
| Hex | FC | 30 | FA | 0 | 51 | 1 | 1 | 12D | 61 | 3B |
| Octal | 374 | 60 | 372 | 0 | 121 | 1 | 1 | 455 | 141 | 73 |
| Binary | 11111100 | 110000 | 11111010 | 0 | 1010001 | 1 | 1 | 100101101 | 1100001 | 111011 |
Color Harmonies of #FC30FA
Complementary color
Monochromatic Colors of #FC30FA
Black with #FC30FA
Text Example
Text Example
White with #FC30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30FA; }
p { color: rgb(252,48,250); }
H1.HeaderClassName
{
color: #FC30FA;
}
.AnyTagClassName
{
color: #FC30FA;
}
</style>
background-color css
<style>
a { background-color: #FC30FA; }
a { background-color: rgb(252,48,250); }
div.DivClassName
{
background-color: #FC30FA;
}
.BgClassName
{
background-color: #FC30FA;
}
</style>
border-color css
<style>
span { border-color: #FC30FA; }
span { border-color: rgb(252,48,250); }
td.TdClassName
{
border-color: #FC30FA;
}
.TagClassName
{
border-color: #FC30FA;
}
</style>