Shades of Magenta #FC30FB
Tints of Magenta #FC30FB
RGB
CMYK
RGB Variations
Color information
#FC30FB (or 0xFC30FB) is known color: Magenta. HEX triplet: FC, 30 and FB. RGB value is (252,48,251). Sum of RGB (Red+Green+Blue) = 252+48+251=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 48 (19.14% from 255 or 8.71% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30FB is #03CF04. Grayscale: #838383. Windows color (decimal): -249605 or 16462076. OLE color: 16462076.
HSL color Cylindrical-coordinate representation of color #FC30FB: hue angle of 300.29º 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 #FC30FB is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 251 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.01 |
| HSL | 300.29º | 0.97% | 0.59% | - |
| HSV(B) | 300.29º | 0.81% | 0.99% | - |
| XYZ | 58.61 | 29.77 | 93.92 | - |
| YUV | 132.14 | 195.09 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 251 | 0 | 0.81 | 0.00 | 0.01 | 300.29 | 0.97 | 0.59 |
| Hex | FC | 30 | FB | 0 | 51 | 0 | 1 | 12C | 61 | 3B |
| Octal | 374 | 60 | 373 | 0 | 121 | 0 | 1 | 454 | 141 | 73 |
| Binary | 11111100 | 110000 | 11111011 | 0 | 1010001 | 0 | 1 | 100101100 | 1100001 | 111011 |
Color Harmonies of #FC30FB
Complementary color
Monochromatic Colors of #FC30FB
Black with #FC30FB
Text Example
Text Example
White with #FC30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30FB; }
p { color: rgb(252,48,251); }
H1.HeaderClassName
{
color: #FC30FB;
}
.AnyTagClassName
{
color: #FC30FB;
}
</style>
background-color css
<style>
a { background-color: #FC30FB; }
a { background-color: rgb(252,48,251); }
div.DivClassName
{
background-color: #FC30FB;
}
.BgClassName
{
background-color: #FC30FB;
}
</style>
border-color css
<style>
span { border-color: #FC30FB; }
span { border-color: rgb(252,48,251); }
td.TdClassName
{
border-color: #FC30FB;
}
.TagClassName
{
border-color: #FC30FB;
}
</style>