Shades of Magenta #FF33FC
Tints of Magenta #FF33FC
RGB
CMYK
RGB Variations
Color information
#FF33FC (or 0xFF33FC) is known color: Magenta. HEX triplet: FF, 33 and FC. RGB value is (255,51,252). Sum of RGB (Red+Green+Blue) = 255+51+252=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 51 (20.31% from 255 or 9.14% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF33FC is #00CC03. Grayscale: #868686. Windows color (decimal): -52228 or 16528383. OLE color: 16528383.
HSL color Cylindrical-coordinate representation of color #FF33FC: hue angle of 300.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33FC is Cyan = 0, Magento = 0.8, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 252 | - |
| CMYK | 0 | 0.8 | 0.01 | 0 |
| HSL | 300.88º | 1% | 0.6% | - |
| HSV(B) | 300.88º | 0.8% | 1% | - |
| XYZ | 59.99 | 30.66 | 94.85 | - |
| YUV | 134.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 252 | 0 | 0.8 | 0.01 | 0 | 300.88 | 1 | 0.6 |
| Hex | FF | 33 | FC | 0 | 50 | 1 | 0 | 12D | 64 | 3C |
| Octal | 377 | 63 | 374 | 0 | 120 | 1 | 0 | 455 | 144 | 74 |
| Binary | 11111111 | 110011 | 11111100 | 0 | 1010000 | 1 | 0 | 100101101 | 1100100 | 111100 |
Color Harmonies of #FF33FC
Complementary color
Monochromatic Colors of #FF33FC
Black with #FF33FC
Text Example
Text Example
White with #FF33FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33FC; }
p { color: rgb(255,51,252); }
H1.HeaderClassName
{
color: #FF33FC;
}
.AnyTagClassName
{
color: #FF33FC;
}
</style>
background-color css
<style>
a { background-color: #FF33FC; }
a { background-color: rgb(255,51,252); }
div.DivClassName
{
background-color: #FF33FC;
}
.BgClassName
{
background-color: #FF33FC;
}
</style>
border-color css
<style>
span { border-color: #FF33FC; }
span { border-color: rgb(255,51,252); }
td.TdClassName
{
border-color: #FF33FC;
}
.TagClassName
{
border-color: #FF33FC;
}
</style>