Shades of Magenta #FB2FFE
Tints of Magenta #FB2FFE
RGB
CMYK
RGB Variations
Color information
#FB2FFE (or 0xFB2FFE) is known color: Magenta. HEX triplet: FB, 2F and FE. RGB value is (251,47,254). Sum of RGB (Red+Green+Blue) = 251+47+254=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 47 (18.75% from 255 or 8.51% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB2FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB2FFE is #04D001. Grayscale: #828282. Windows color (decimal): -315394 or 16658427. OLE color: 16658427.
HSL color Cylindrical-coordinate representation of color #FB2FFE: hue angle of 299.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2FFE is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 47 | 254 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.00 |
| HSL | 299.13º | 0.99% | 0.59% | - |
| HSV(B) | 299.13º | 0.81% | 1% | - |
| XYZ | 58.69 | 29.7 | 96.4 | - |
| YUV | 131.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 254 | 0.01 | 0.81 | 0 | 0.00 | 299.13 | 0.99 | 0.59 |
| Hex | FB | 2F | FE | 1 | 51 | 0 | 0 | 12B | 63 | 3B |
| Octal | 373 | 57 | 376 | 1 | 121 | 0 | 0 | 453 | 143 | 73 |
| Binary | 11111011 | 101111 | 11111110 | 1 | 1010001 | 0 | 0 | 100101011 | 1100011 | 111011 |
Color Harmonies of #FB2FFE
Complementary color
Monochromatic Colors of #FB2FFE
Black with #FB2FFE
Text Example
Text Example
White with #FB2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FFE; }
p { color: rgb(251,47,254); }
H1.HeaderClassName
{
color: #FB2FFE;
}
.AnyTagClassName
{
color: #FB2FFE;
}
</style>
background-color css
<style>
a { background-color: #FB2FFE; }
a { background-color: rgb(251,47,254); }
div.DivClassName
{
background-color: #FB2FFE;
}
.BgClassName
{
background-color: #FB2FFE;
}
</style>
border-color css
<style>
span { border-color: #FB2FFE; }
span { border-color: rgb(251,47,254); }
td.TdClassName
{
border-color: #FB2FFE;
}
.TagClassName
{
border-color: #FB2FFE;
}
</style>