Shades of Magenta #FB02E7
Tints of Magenta #FB02E7
RGB
CMYK
RGB Variations
Color information
#FB02E7 (or 0xFB02E7) is known color: Magenta. HEX triplet: FB, 02 and E7. RGB value is (251,2,231). Sum of RGB (Red+Green+Blue) = 251+2+231=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02E7 is #04FD18. Grayscale: #656565. Windows color (decimal): -326937 or 15139579. OLE color: 15139579.
HSL color Cylindrical-coordinate representation of color #FB02E7: hue angle of 304.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02E7 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 231 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.02 |
| HSL | 304.82º | 0.98% | 0.5% | - |
| HSV(B) | 304.82º | 0.99% | 0.98% | - |
| XYZ | 54.23 | 26.32 | 77.82 | - |
| YUV | 102.56 | 200.49 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 231 | 0 | 0.99 | 0.08 | 0.02 | 304.82 | 0.98 | 0.5 |
| Hex | FB | 2 | E7 | 0 | 63 | 8 | 2 | 131 | 62 | 32 |
| Octal | 373 | 2 | 347 | 0 | 143 | 10 | 2 | 461 | 142 | 62 |
| Binary | 11111011 | 10 | 11100111 | 0 | 1100011 | 1000 | 10 | 100110001 | 1100010 | 110010 |
Color Harmonies of #FB02E7
Complementary color
Monochromatic Colors of #FB02E7
Black with #FB02E7
Text Example
Text Example
White with #FB02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02E7; }
p { color: rgb(251,2,231); }
H1.HeaderClassName
{
color: #FB02E7;
}
.AnyTagClassName
{
color: #FB02E7;
}
</style>
background-color css
<style>
a { background-color: #FB02E7; }
a { background-color: rgb(251,2,231); }
div.DivClassName
{
background-color: #FB02E7;
}
.BgClassName
{
background-color: #FB02E7;
}
</style>
border-color css
<style>
span { border-color: #FB02E7; }
span { border-color: rgb(251,2,231); }
td.TdClassName
{
border-color: #FB02E7;
}
.TagClassName
{
border-color: #FB02E7;
}
</style>