Shades of Magenta #FB11FE
Tints of Magenta #FB11FE
RGB
CMYK
RGB Variations
Color information
#FB11FE (or 0xFB11FE) is known color: Magenta. HEX triplet: FB, 11 and FE. RGB value is (251,17,254). Sum of RGB (Red+Green+Blue) = 251+17+254=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 17 (7.03% from 255 or 3.26% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB11FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11FE is #04EE01. Grayscale: #717171. Windows color (decimal): -323074 or 16650747. OLE color: 16650747.
HSL color Cylindrical-coordinate representation of color #FB11FE: hue angle of 299.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB11FE is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 17 | 254 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.00 |
| HSL | 299.24º | 0.99% | 0.53% | - |
| HSV(B) | 299.24º | 0.93% | 1% | - |
| XYZ | 57.87 | 28.07 | 96.13 | - |
| YUV | 113.98 | 207.02 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 254 | 0.01 | 0.93 | 0 | 0.00 | 299.24 | 0.99 | 0.53 |
| Hex | FB | 11 | FE | 1 | 5D | 0 | 0 | 12B | 63 | 35 |
| Octal | 373 | 21 | 376 | 1 | 135 | 0 | 0 | 453 | 143 | 65 |
| Binary | 11111011 | 10001 | 11111110 | 1 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110101 |
Color Harmonies of #FB11FE
Complementary color
Monochromatic Colors of #FB11FE
Black with #FB11FE
Text Example
Text Example
White with #FB11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB11FE; }
p { color: rgb(251,17,254); }
H1.HeaderClassName
{
color: #FB11FE;
}
.AnyTagClassName
{
color: #FB11FE;
}
</style>
background-color css
<style>
a { background-color: #FB11FE; }
a { background-color: rgb(251,17,254); }
div.DivClassName
{
background-color: #FB11FE;
}
.BgClassName
{
background-color: #FB11FE;
}
</style>
border-color css
<style>
span { border-color: #FB11FE; }
span { border-color: rgb(251,17,254); }
td.TdClassName
{
border-color: #FB11FE;
}
.TagClassName
{
border-color: #FB11FE;
}
</style>