Shades of Magenta #FB0EFC
Tints of Magenta #FB0EFC
RGB
CMYK
RGB Variations
Color information
#FB0EFC (or 0xFB0EFC) is known color: Magenta. HEX triplet: FB, 0E and FC. RGB value is (251,14,252). Sum of RGB (Red+Green+Blue) = 251+14+252=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 14 (5.86% from 255 or 2.71% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB0EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0EFC is #04F103. Grayscale: #6F6F6F. Windows color (decimal): -323844 or 16518907. OLE color: 16518907.
HSL color Cylindrical-coordinate representation of color #FB0EFC: hue angle of 299.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0EFC is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 14 | 252 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.01 |
| HSL | 299.75º | 0.98% | 0.52% | - |
| HSV(B) | 299.75º | 0.94% | 0.99% | - |
| XYZ | 57.51 | 27.85 | 94.44 | - |
| YUV | 112 | 207.02 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 252 | 0.00 | 0.94 | 0 | 0.01 | 299.75 | 0.98 | 0.52 |
| Hex | FB | E | FC | 0 | 5E | 0 | 1 | 12C | 62 | 34 |
| Octal | 373 | 16 | 374 | 0 | 136 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111011 | 1110 | 11111100 | 0 | 1011110 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FB0EFC
Complementary color
Monochromatic Colors of #FB0EFC
Black with #FB0EFC
Text Example
Text Example
White with #FB0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EFC; }
p { color: rgb(251,14,252); }
H1.HeaderClassName
{
color: #FB0EFC;
}
.AnyTagClassName
{
color: #FB0EFC;
}
</style>
background-color css
<style>
a { background-color: #FB0EFC; }
a { background-color: rgb(251,14,252); }
div.DivClassName
{
background-color: #FB0EFC;
}
.BgClassName
{
background-color: #FB0EFC;
}
</style>
border-color css
<style>
span { border-color: #FB0EFC; }
span { border-color: rgb(251,14,252); }
td.TdClassName
{
border-color: #FB0EFC;
}
.TagClassName
{
border-color: #FB0EFC;
}
</style>