Shades of Magenta #FB0DFE
Tints of Magenta #FB0DFE
RGB
CMYK
RGB Variations
Color information
#FB0DFE (or 0xFB0DFE) is known color: Magenta. HEX triplet: FB, 0D and FE. RGB value is (251,13,254). Sum of RGB (Red+Green+Blue) = 251+13+254=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 13 (5.47% from 255 or 2.51% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0DFE is #04F201. Grayscale: #6E6E6E. Windows color (decimal): -324098 or 16649723. OLE color: 16649723.
HSL color Cylindrical-coordinate representation of color #FB0DFE: hue angle of 299.25º 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 #FB0DFE is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 13 | 254 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.00 |
| HSL | 299.25º | 0.99% | 0.52% | - |
| HSV(B) | 299.25º | 0.95% | 1% | - |
| XYZ | 57.82 | 27.95 | 96.11 | - |
| YUV | 111.64 | 208.35 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 254 | 0.01 | 0.95 | 0 | 0.00 | 299.25 | 0.99 | 0.52 |
| Hex | FB | D | FE | 1 | 5F | 0 | 0 | 12B | 63 | 34 |
| Octal | 373 | 15 | 376 | 1 | 137 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111011 | 1101 | 11111110 | 1 | 1011111 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #FB0DFE
Complementary color
Monochromatic Colors of #FB0DFE
Black with #FB0DFE
Text Example
Text Example
White with #FB0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DFE; }
p { color: rgb(251,13,254); }
H1.HeaderClassName
{
color: #FB0DFE;
}
.AnyTagClassName
{
color: #FB0DFE;
}
</style>
background-color css
<style>
a { background-color: #FB0DFE; }
a { background-color: rgb(251,13,254); }
div.DivClassName
{
background-color: #FB0DFE;
}
.BgClassName
{
background-color: #FB0DFE;
}
</style>
border-color css
<style>
span { border-color: #FB0DFE; }
span { border-color: rgb(251,13,254); }
td.TdClassName
{
border-color: #FB0DFE;
}
.TagClassName
{
border-color: #FB0DFE;
}
</style>