Shades of Magenta #FF2BFF
Tints of Magenta #FF2BFF
RGB
CMYK
RGB Variations
Color information
#FF2BFF (or 0xFF2BFF) is known color: Magenta. HEX triplet: FF, 2B and FF. RGB value is (255,43,255). Sum of RGB (Red+Green+Blue) = 255+43+255=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 43 (17.19% from 255 or 7.78% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2BFF is #00D400. Grayscale: #818181. Windows color (decimal): -54273 or 16722943. OLE color: 16722943.
HSL color Cylindrical-coordinate representation of color #FF2BFF: hue angle of 300º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BFF is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 255 | - |
| CMYK | 0 | 0.83 | 0 | 0 |
| HSL | 300º | 1% | 0.58% | - |
| HSV(B) | 300º | 0.83% | 1% | - |
| XYZ | 60.15 | 30.21 | 97.27 | - |
| YUV | 130.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 255 | 0 | 0.83 | 0 | 0 | 300 | 1 | 0.58 |
| Hex | FF | 2B | FF | 0 | 53 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 53 | 377 | 0 | 123 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101011 | 11111111 | 0 | 1010011 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF2BFF
Complementary color
Monochromatic Colors of #FF2BFF
Black with #FF2BFF
Text Example
Text Example
White with #FF2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BFF; }
p { color: rgb(255,43,255); }
H1.HeaderClassName
{
color: #FF2BFF;
}
.AnyTagClassName
{
color: #FF2BFF;
}
</style>
background-color css
<style>
a { background-color: #FF2BFF; }
a { background-color: rgb(255,43,255); }
div.DivClassName
{
background-color: #FF2BFF;
}
.BgClassName
{
background-color: #FF2BFF;
}
</style>
border-color css
<style>
span { border-color: #FF2BFF; }
span { border-color: rgb(255,43,255); }
td.TdClassName
{
border-color: #FF2BFF;
}
.TagClassName
{
border-color: #FF2BFF;
}
</style>