Shades of Magenta #FB1EFF
Tints of Magenta #FB1EFF
RGB
CMYK
RGB Variations
Color information
#FB1EFF (or 0xFB1EFF) is known color: Magenta. HEX triplet: FB, 1E and FF. RGB value is (251,30,255). Sum of RGB (Red+Green+Blue) = 251+30+255=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 30 (12.11% from 255 or 5.60% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1EFF is #04E100. Grayscale: #797979. Windows color (decimal): -319745 or 16719611. OLE color: 16719611.
HSL color Cylindrical-coordinate representation of color #FB1EFF: hue angle of 298.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EFF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 30 | 255 | - |
| CMYK | 0.02 | 0.88 | 0 | 0 |
| HSL | 298.93º | 1% | 0.56% | - |
| HSV(B) | 298.93º | 0.88% | 1% | - |
| XYZ | 58.3 | 28.66 | 97.07 | - |
| YUV | 121.73 | 203.22 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 30 | 255 | 0.02 | 0.88 | 0 | 0 | 298.93 | 1 | 0.56 |
| Hex | FB | 1E | FF | 2 | 58 | 0 | 0 | 12B | 64 | 38 |
| Octal | 373 | 36 | 377 | 2 | 130 | 0 | 0 | 453 | 144 | 70 |
| Binary | 11111011 | 11110 | 11111111 | 10 | 1011000 | 0 | 0 | 100101011 | 1100100 | 111000 |
Color Harmonies of #FB1EFF
Complementary color
Monochromatic Colors of #FB1EFF
Black with #FB1EFF
Text Example
Text Example
White with #FB1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1EFF; }
p { color: rgb(251,30,255); }
H1.HeaderClassName
{
color: #FB1EFF;
}
.AnyTagClassName
{
color: #FB1EFF;
}
</style>
background-color css
<style>
a { background-color: #FB1EFF; }
a { background-color: rgb(251,30,255); }
div.DivClassName
{
background-color: #FB1EFF;
}
.BgClassName
{
background-color: #FB1EFF;
}
</style>
border-color css
<style>
span { border-color: #FB1EFF; }
span { border-color: rgb(251,30,255); }
td.TdClassName
{
border-color: #FB1EFF;
}
.TagClassName
{
border-color: #FB1EFF;
}
</style>