Shades of Magenta #FF2FFC
Tints of Magenta #FF2FFC
RGB
CMYK
RGB Variations
Color information
#FF2FFC (or 0xFF2FFC) is known color: Magenta. HEX triplet: FF, 2F and FC. RGB value is (255,47,252). Sum of RGB (Red+Green+Blue) = 255+47+252=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 47 (18.75% from 255 or 8.48% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2FFC is #00D003. Grayscale: #838383. Windows color (decimal): -53252 or 16527359. OLE color: 16527359.
HSL color Cylindrical-coordinate representation of color #FF2FFC: hue angle of 300.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FFC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 252 | - |
| CMYK | 0 | 0.82 | 0.01 | 0 |
| HSL | 300.87º | 1% | 0.59% | - |
| HSV(B) | 300.87º | 0.82% | 1% | - |
| XYZ | 59.83 | 30.32 | 94.79 | - |
| YUV | 132.56 | 195.41 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 252 | 0 | 0.82 | 0.01 | 0 | 300.87 | 1 | 0.59 |
| Hex | FF | 2F | FC | 0 | 52 | 1 | 0 | 12D | 64 | 3B |
| Octal | 377 | 57 | 374 | 0 | 122 | 1 | 0 | 455 | 144 | 73 |
| Binary | 11111111 | 101111 | 11111100 | 0 | 1010010 | 1 | 0 | 100101101 | 1100100 | 111011 |
Color Harmonies of #FF2FFC
Complementary color
Monochromatic Colors of #FF2FFC
Black with #FF2FFC
Text Example
Text Example
White with #FF2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FFC; }
p { color: rgb(255,47,252); }
H1.HeaderClassName
{
color: #FF2FFC;
}
.AnyTagClassName
{
color: #FF2FFC;
}
</style>
background-color css
<style>
a { background-color: #FF2FFC; }
a { background-color: rgb(255,47,252); }
div.DivClassName
{
background-color: #FF2FFC;
}
.BgClassName
{
background-color: #FF2FFC;
}
</style>
border-color css
<style>
span { border-color: #FF2FFC; }
span { border-color: rgb(255,47,252); }
td.TdClassName
{
border-color: #FF2FFC;
}
.TagClassName
{
border-color: #FF2FFC;
}
</style>