Shades of Magenta #FF2FFE
Tints of Magenta #FF2FFE
RGB
CMYK
RGB Variations
Color information
#FF2FFE (or 0xFF2FFE) is known color: Magenta. HEX triplet: FF, 2F and FE. RGB value is (255,47,254). Sum of RGB (Red+Green+Blue) = 255+47+254=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 47 (18.75% from 255 or 8.45% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2FFE is #00D001. Grayscale: #848484. Windows color (decimal): -53250 or 16658431. OLE color: 16658431.
HSL color Cylindrical-coordinate representation of color #FF2FFE: hue angle of 300.29º 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 #FF2FFE is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 254 | - |
| CMYK | 0 | 0.82 | 0.00 | 0 |
| HSL | 300.29º | 1% | 0.59% | - |
| HSV(B) | 300.29º | 0.82% | 1% | - |
| XYZ | 60.15 | 30.45 | 96.47 | - |
| YUV | 132.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 254 | 0 | 0.82 | 0.00 | 0 | 300.29 | 1 | 0.59 |
| Hex | FF | 2F | FE | 0 | 52 | 0 | 0 | 12C | 64 | 3B |
| Octal | 377 | 57 | 376 | 0 | 122 | 0 | 0 | 454 | 144 | 73 |
| Binary | 11111111 | 101111 | 11111110 | 0 | 1010010 | 0 | 0 | 100101100 | 1100100 | 111011 |
Color Harmonies of #FF2FFE
Complementary color
Monochromatic Colors of #FF2FFE
Black with #FF2FFE
Text Example
Text Example
White with #FF2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FFE; }
p { color: rgb(255,47,254); }
H1.HeaderClassName
{
color: #FF2FFE;
}
.AnyTagClassName
{
color: #FF2FFE;
}
</style>
background-color css
<style>
a { background-color: #FF2FFE; }
a { background-color: rgb(255,47,254); }
div.DivClassName
{
background-color: #FF2FFE;
}
.BgClassName
{
background-color: #FF2FFE;
}
</style>
border-color css
<style>
span { border-color: #FF2FFE; }
span { border-color: rgb(255,47,254); }
td.TdClassName
{
border-color: #FF2FFE;
}
.TagClassName
{
border-color: #FF2FFE;
}
</style>