Shades of Magenta #FB02FE
Tints of Magenta #FB02FE
RGB
CMYK
RGB Variations
Color information
#FB02FE (or 0xFB02FE) is known color: Magenta. HEX triplet: FB, 02 and FE. RGB value is (251,2,254). Sum of RGB (Red+Green+Blue) = 251+2+254=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 2 (1.17% from 255 or 0.39% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02FE is #04FD01. Grayscale: #686868. Windows color (decimal): -326914 or 16646907. OLE color: 16646907.
HSL color Cylindrical-coordinate representation of color #FB02FE: hue angle of 299.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02FE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 2 | 254 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.00 |
| HSL | 299.29º | 0.99% | 0.5% | - |
| HSV(B) | 299.29º | 0.99% | 1% | - |
| XYZ | 57.69 | 27.71 | 96.07 | - |
| YUV | 105.18 | 211.99 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 254 | 0.01 | 0.99 | 0 | 0.00 | 299.29 | 0.99 | 0.5 |
| Hex | FB | 2 | FE | 1 | 63 | 0 | 0 | 12B | 63 | 32 |
| Octal | 373 | 2 | 376 | 1 | 143 | 0 | 0 | 453 | 143 | 62 |
| Binary | 11111011 | 10 | 11111110 | 1 | 1100011 | 0 | 0 | 100101011 | 1100011 | 110010 |
Color Harmonies of #FB02FE
Complementary color
Monochromatic Colors of #FB02FE
Black with #FB02FE
Text Example
Text Example
White with #FB02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02FE; }
p { color: rgb(251,2,254); }
H1.HeaderClassName
{
color: #FB02FE;
}
.AnyTagClassName
{
color: #FB02FE;
}
</style>
background-color css
<style>
a { background-color: #FB02FE; }
a { background-color: rgb(251,2,254); }
div.DivClassName
{
background-color: #FB02FE;
}
.BgClassName
{
background-color: #FB02FE;
}
</style>
border-color css
<style>
span { border-color: #FB02FE; }
span { border-color: rgb(251,2,254); }
td.TdClassName
{
border-color: #FB02FE;
}
.TagClassName
{
border-color: #FB02FE;
}
</style>