Shades of Magenta #FB02FA
Tints of Magenta #FB02FA
RGB
CMYK
RGB Variations
Color information
#FB02FA (or 0xFB02FA) is known color: Magenta. HEX triplet: FB, 02 and FA. RGB value is (251,2,250). Sum of RGB (Red+Green+Blue) = 251+2+250=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 2 (1.17% from 255 or 0.40% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02FA is #04FD05. Grayscale: #676767. Windows color (decimal): -326918 or 16384763. OLE color: 16384763.
HSL color Cylindrical-coordinate representation of color #FB02FA: hue angle of 300.24º 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 #FB02FA is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 250 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.02 |
| HSL | 300.24º | 0.98% | 0.5% | - |
| HSV(B) | 300.24º | 0.99% | 0.98% | - |
| XYZ | 57.06 | 27.45 | 92.73 | - |
| YUV | 104.72 | 209.99 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 250 | 0 | 0.99 | 0.00 | 0.02 | 300.24 | 0.98 | 0.5 |
| Hex | FB | 2 | FA | 0 | 63 | 0 | 2 | 12C | 62 | 32 |
| Octal | 373 | 2 | 372 | 0 | 143 | 0 | 2 | 454 | 142 | 62 |
| Binary | 11111011 | 10 | 11111010 | 0 | 1100011 | 0 | 10 | 100101100 | 1100010 | 110010 |
Color Harmonies of #FB02FA
Complementary color
Monochromatic Colors of #FB02FA
Black with #FB02FA
Text Example
Text Example
White with #FB02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02FA; }
p { color: rgb(251,2,250); }
H1.HeaderClassName
{
color: #FB02FA;
}
.AnyTagClassName
{
color: #FB02FA;
}
</style>
background-color css
<style>
a { background-color: #FB02FA; }
a { background-color: rgb(251,2,250); }
div.DivClassName
{
background-color: #FB02FA;
}
.BgClassName
{
background-color: #FB02FA;
}
</style>
border-color css
<style>
span { border-color: #FB02FA; }
span { border-color: rgb(251,2,250); }
td.TdClassName
{
border-color: #FB02FA;
}
.TagClassName
{
border-color: #FB02FA;
}
</style>