Shades of Magenta #FB00FE
Tints of Magenta #FB00FE
RGB
CMYK
RGB Variations
Color information
#FB00FE (or 0xFB00FE) is known color: Magenta. HEX triplet: FB, 00 and FE. RGB value is (251,0,254). Sum of RGB (Red+Green+Blue) = 251+0+254=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 0 (0.39% from 255 or 0% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00FE is #04FF01. Grayscale: #676767. Windows color (decimal): -327426 or 16646395. OLE color: 16646395.
HSL color Cylindrical-coordinate representation of color #FB00FE: hue angle of 299.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00FE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 0 | 254 | - |
| CMYK | 0.01 | 1 | 0 | 0.00 |
| HSL | 299.29º | 1% | 0.5% | - |
| HSV(B) | 299.29º | 1% | 1% | - |
| XYZ | 57.67 | 27.66 | 96.07 | - |
| YUV | 104.01 | 212.66 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 254 | 0.01 | 1 | 0 | 0.00 | 299.29 | 1 | 0.5 |
| Hex | FB | 0 | FE | 1 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 373 | 0 | 376 | 1 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111011 | 0 | 11111110 | 1 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #FB00FE
Complementary color
Monochromatic Colors of #FB00FE
Black with #FB00FE
Text Example
Text Example
White with #FB00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00FE; }
p { color: rgb(251,0,254); }
H1.HeaderClassName
{
color: #FB00FE;
}
.AnyTagClassName
{
color: #FB00FE;
}
</style>
background-color css
<style>
a { background-color: #FB00FE; }
a { background-color: rgb(251,0,254); }
div.DivClassName
{
background-color: #FB00FE;
}
.BgClassName
{
background-color: #FB00FE;
}
</style>
border-color css
<style>
span { border-color: #FB00FE; }
span { border-color: rgb(251,0,254); }
td.TdClassName
{
border-color: #FB00FE;
}
.TagClassName
{
border-color: #FB00FE;
}
</style>