Shades of Magenta #FB11FC
Tints of Magenta #FB11FC
RGB
CMYK
RGB Variations
Color information
#FB11FC (or 0xFB11FC) is known color: Magenta. HEX triplet: FB, 11 and FC. RGB value is (251,17,252). Sum of RGB (Red+Green+Blue) = 251+17+252=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 17 (7.03% from 255 or 3.27% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB11FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB11FC is #04EE03. Grayscale: #717171. Windows color (decimal): -323076 or 16519675. OLE color: 16519675.
HSL color Cylindrical-coordinate representation of color #FB11FC: hue angle of 299.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB11FC is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 17 | 252 | - |
| CMYK | 0.00 | 0.93 | 0 | 0.01 |
| HSL | 299.74º | 0.98% | 0.53% | - |
| HSV(B) | 299.74º | 0.93% | 0.99% | - |
| XYZ | 57.55 | 27.94 | 94.45 | - |
| YUV | 113.76 | 206.02 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 252 | 0.00 | 0.93 | 0 | 0.01 | 299.74 | 0.98 | 0.53 |
| Hex | FB | 11 | FC | 0 | 5D | 0 | 1 | 12C | 62 | 35 |
| Octal | 373 | 21 | 374 | 0 | 135 | 0 | 1 | 454 | 142 | 65 |
| Binary | 11111011 | 10001 | 11111100 | 0 | 1011101 | 0 | 1 | 100101100 | 1100010 | 110101 |
Color Harmonies of #FB11FC
Complementary color
Monochromatic Colors of #FB11FC
Black with #FB11FC
Text Example
Text Example
White with #FB11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB11FC; }
p { color: rgb(251,17,252); }
H1.HeaderClassName
{
color: #FB11FC;
}
.AnyTagClassName
{
color: #FB11FC;
}
</style>
background-color css
<style>
a { background-color: #FB11FC; }
a { background-color: rgb(251,17,252); }
div.DivClassName
{
background-color: #FB11FC;
}
.BgClassName
{
background-color: #FB11FC;
}
</style>
border-color css
<style>
span { border-color: #FB11FC; }
span { border-color: rgb(251,17,252); }
td.TdClassName
{
border-color: #FB11FC;
}
.TagClassName
{
border-color: #FB11FC;
}
</style>