Shades of Magenta #FB0CFE
Tints of Magenta #FB0CFE
RGB
CMYK
RGB Variations
Color information
#FB0CFE (or 0xFB0CFE) is known color: Magenta. HEX triplet: FB, 0C and FE. RGB value is (251,12,254). Sum of RGB (Red+Green+Blue) = 251+12+254=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 12 (5.08% from 255 or 2.32% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0CFE is #04F301. Grayscale: #6E6E6E. Windows color (decimal): -324354 or 16649467. OLE color: 16649467.
HSL color Cylindrical-coordinate representation of color #FB0CFE: hue angle of 299.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CFE is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 12 | 254 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.00 |
| HSL | 299.26º | 0.99% | 0.52% | - |
| HSV(B) | 299.26º | 0.95% | 1% | - |
| XYZ | 57.8 | 27.93 | 96.11 | - |
| YUV | 111.05 | 208.68 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 254 | 0.01 | 0.95 | 0 | 0.00 | 299.26 | 0.99 | 0.52 |
| Hex | FB | C | FE | 1 | 5F | 0 | 0 | 12B | 63 | 34 |
| Octal | 373 | 14 | 376 | 1 | 137 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111011 | 1100 | 11111110 | 1 | 1011111 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #FB0CFE
Complementary color
Monochromatic Colors of #FB0CFE
Black with #FB0CFE
Text Example
Text Example
White with #FB0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CFE; }
p { color: rgb(251,12,254); }
H1.HeaderClassName
{
color: #FB0CFE;
}
.AnyTagClassName
{
color: #FB0CFE;
}
</style>
background-color css
<style>
a { background-color: #FB0CFE; }
a { background-color: rgb(251,12,254); }
div.DivClassName
{
background-color: #FB0CFE;
}
.BgClassName
{
background-color: #FB0CFE;
}
</style>
border-color css
<style>
span { border-color: #FB0CFE; }
span { border-color: rgb(251,12,254); }
td.TdClassName
{
border-color: #FB0CFE;
}
.TagClassName
{
border-color: #FB0CFE;
}
</style>