Shades of Magenta #FB28FE
Tints of Magenta #FB28FE
RGB
CMYK
RGB Variations
Color information
#FB28FE (or 0xFB28FE) is known color: Magenta. HEX triplet: FB, 28 and FE. RGB value is (251,40,254). Sum of RGB (Red+Green+Blue) = 251+40+254=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 40 (16.02% from 255 or 7.34% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB28FE is #04D701. Grayscale: #7E7E7E. Windows color (decimal): -317186 or 16656635. OLE color: 16656635.
HSL color Cylindrical-coordinate representation of color #FB28FE: hue angle of 299.16º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB28FE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 40 | 254 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.00 |
| HSL | 299.16º | 0.99% | 0.58% | - |
| HSV(B) | 299.16º | 0.84% | 1% | - |
| XYZ | 58.43 | 29.18 | 96.32 | - |
| YUV | 127.49 | 199.4 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 254 | 0.01 | 0.84 | 0 | 0.00 | 299.16 | 0.99 | 0.58 |
| Hex | FB | 28 | FE | 1 | 54 | 0 | 0 | 12B | 63 | 3A |
| Octal | 373 | 50 | 376 | 1 | 124 | 0 | 0 | 453 | 143 | 72 |
| Binary | 11111011 | 101000 | 11111110 | 1 | 1010100 | 0 | 0 | 100101011 | 1100011 | 111010 |
Color Harmonies of #FB28FE
Complementary color
Monochromatic Colors of #FB28FE
Black with #FB28FE
Text Example
Text Example
White with #FB28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB28FE; }
p { color: rgb(251,40,254); }
H1.HeaderClassName
{
color: #FB28FE;
}
.AnyTagClassName
{
color: #FB28FE;
}
</style>
background-color css
<style>
a { background-color: #FB28FE; }
a { background-color: rgb(251,40,254); }
div.DivClassName
{
background-color: #FB28FE;
}
.BgClassName
{
background-color: #FB28FE;
}
</style>
border-color css
<style>
span { border-color: #FB28FE; }
span { border-color: rgb(251,40,254); }
td.TdClassName
{
border-color: #FB28FE;
}
.TagClassName
{
border-color: #FB28FE;
}
</style>