Shades of Magenta #FB01FF
Tints of Magenta #FB01FF
RGB
CMYK
RGB Variations
Color information
#FB01FF (or 0xFB01FF) is known color: Magenta. HEX triplet: FB, 01 and FF. RGB value is (251,1,255). Sum of RGB (Red+Green+Blue) = 251+1+255=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 1 (0.78% from 255 or 0.20% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01FF is #04FE00. Grayscale: #676767. Windows color (decimal): -327169 or 16712187. OLE color: 16712187.
HSL color Cylindrical-coordinate representation of color #FB01FF: hue angle of 299.06º 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 #FB01FF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 1 | 255 | - |
| CMYK | 0.02 | 1.00 | 0 | 0 |
| HSL | 299.06º | 1% | 0.5% | - |
| HSV(B) | 299.06º | 1% | 1% | - |
| XYZ | 57.84 | 27.75 | 96.92 | - |
| YUV | 104.71 | 212.83 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 255 | 0.02 | 1.00 | 0 | 0 | 299.06 | 1 | 0.5 |
| Hex | FB | 1 | FF | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 373 | 1 | 377 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111011 | 1 | 11111111 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #FB01FF
Complementary color
Monochromatic Colors of #FB01FF
Black with #FB01FF
Text Example
Text Example
White with #FB01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01FF; }
p { color: rgb(251,1,255); }
H1.HeaderClassName
{
color: #FB01FF;
}
.AnyTagClassName
{
color: #FB01FF;
}
</style>
background-color css
<style>
a { background-color: #FB01FF; }
a { background-color: rgb(251,1,255); }
div.DivClassName
{
background-color: #FB01FF;
}
.BgClassName
{
background-color: #FB01FF;
}
</style>
border-color css
<style>
span { border-color: #FB01FF; }
span { border-color: rgb(251,1,255); }
td.TdClassName
{
border-color: #FB01FF;
}
.TagClassName
{
border-color: #FB01FF;
}
</style>