Shades of Magenta #FB00FA
Tints of Magenta #FB00FA
RGB
CMYK
RGB Variations
Color information
#FB00FA (or 0xFB00FA) is known color: Magenta. HEX triplet: FB, 00 and FA. RGB value is (251,0,250). Sum of RGB (Red+Green+Blue) = 251+0+250=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 0 (0.39% from 255 or 0% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00FA is #04FF05. Grayscale: #666666. Windows color (decimal): -327430 or 16384251. OLE color: 16384251.
HSL color Cylindrical-coordinate representation of color #FB00FA: hue angle of 300.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00FA is Cyan = 0, Magento = 1, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 250 | - |
| CMYK | 0 | 1 | 0.00 | 0.02 |
| HSL | 300.24º | 1% | 0.49% | - |
| HSV(B) | 300.24º | 1% | 0.98% | - |
| XYZ | 57.04 | 27.41 | 92.73 | - |
| YUV | 103.55 | 210.66 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 250 | 0 | 1 | 0.00 | 0.02 | 300.24 | 1 | 0.49 |
| Hex | FB | 0 | FA | 0 | 64 | 0 | 2 | 12C | 64 | 31 |
| Octal | 373 | 0 | 372 | 0 | 144 | 0 | 2 | 454 | 144 | 61 |
| Binary | 11111011 | 0 | 11111010 | 0 | 1100100 | 0 | 10 | 100101100 | 1100100 | 110001 |
Color Harmonies of #FB00FA
Complementary color
Monochromatic Colors of #FB00FA
Black with #FB00FA
Text Example
Text Example
White with #FB00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00FA; }
p { color: rgb(251,0,250); }
H1.HeaderClassName
{
color: #FB00FA;
}
.AnyTagClassName
{
color: #FB00FA;
}
</style>
background-color css
<style>
a { background-color: #FB00FA; }
a { background-color: rgb(251,0,250); }
div.DivClassName
{
background-color: #FB00FA;
}
.BgClassName
{
background-color: #FB00FA;
}
</style>
border-color css
<style>
span { border-color: #FB00FA; }
span { border-color: rgb(251,0,250); }
td.TdClassName
{
border-color: #FB00FA;
}
.TagClassName
{
border-color: #FB00FA;
}
</style>