Shades of Magenta #FB31FF
Tints of Magenta #FB31FF
RGB
CMYK
RGB Variations
Color information
#FB31FF (or 0xFB31FF) is known color: Magenta. HEX triplet: FB, 31 and FF. RGB value is (251,49,255). Sum of RGB (Red+Green+Blue) = 251+49+255=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 49 (19.53% from 255 or 8.83% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB31FF is #04CE00. Grayscale: #848484. Windows color (decimal): -314881 or 16724475. OLE color: 16724475.
HSL color Cylindrical-coordinate representation of color #FB31FF: hue angle of 298.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB31FF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 49 | 255 | - |
| CMYK | 0.02 | 0.81 | 0 | 0 |
| HSL | 298.84º | 1% | 0.6% | - |
| HSV(B) | 298.84º | 0.81% | 1% | - |
| XYZ | 58.93 | 29.93 | 97.28 | - |
| YUV | 132.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 255 | 0.02 | 0.81 | 0 | 0 | 298.84 | 1 | 0.6 |
| Hex | FB | 31 | FF | 2 | 51 | 0 | 0 | 12B | 64 | 3C |
| Octal | 373 | 61 | 377 | 2 | 121 | 0 | 0 | 453 | 144 | 74 |
| Binary | 11111011 | 110001 | 11111111 | 10 | 1010001 | 0 | 0 | 100101011 | 1100100 | 111100 |
Color Harmonies of #FB31FF
Complementary color
Monochromatic Colors of #FB31FF
Black with #FB31FF
Text Example
Text Example
White with #FB31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB31FF; }
p { color: rgb(251,49,255); }
H1.HeaderClassName
{
color: #FB31FF;
}
.AnyTagClassName
{
color: #FB31FF;
}
</style>
background-color css
<style>
a { background-color: #FB31FF; }
a { background-color: rgb(251,49,255); }
div.DivClassName
{
background-color: #FB31FF;
}
.BgClassName
{
background-color: #FB31FF;
}
</style>
border-color css
<style>
span { border-color: #FB31FF; }
span { border-color: rgb(251,49,255); }
td.TdClassName
{
border-color: #FB31FF;
}
.TagClassName
{
border-color: #FB31FF;
}
</style>