Shades of Magenta #FB0FED
Tints of Magenta #FB0FED
RGB
CMYK
RGB Variations
Color information
#FB0FED (or 0xFB0FED) is known color: Magenta. HEX triplet: FB, 0F and ED. RGB value is (251,15,237). Sum of RGB (Red+Green+Blue) = 251+15+237=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0FED is #04F012. Grayscale: #6E6E6E. Windows color (decimal): -323603 or 15536123. OLE color: 15536123.
HSL color Cylindrical-coordinate representation of color #FB0FED: hue angle of 303.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0FED is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.02 |
| HSL | 303.56º | 0.97% | 0.52% | - |
| HSV(B) | 303.56º | 0.94% | 0.98% | - |
| XYZ | 55.24 | 26.97 | 82.41 | - |
| YUV | 110.87 | 199.19 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 237 | 0 | 0.94 | 0.06 | 0.02 | 303.56 | 0.97 | 0.52 |
| Hex | FB | F | ED | 0 | 5E | 6 | 2 | 130 | 61 | 34 |
| Octal | 373 | 17 | 355 | 0 | 136 | 6 | 2 | 460 | 141 | 64 |
| Binary | 11111011 | 1111 | 11101101 | 0 | 1011110 | 110 | 10 | 100110000 | 1100001 | 110100 |
Color Harmonies of #FB0FED
Complementary color
Monochromatic Colors of #FB0FED
Black with #FB0FED
Text Example
Text Example
White with #FB0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FED; }
p { color: rgb(251,15,237); }
H1.HeaderClassName
{
color: #FB0FED;
}
.AnyTagClassName
{
color: #FB0FED;
}
</style>
background-color css
<style>
a { background-color: #FB0FED; }
a { background-color: rgb(251,15,237); }
div.DivClassName
{
background-color: #FB0FED;
}
.BgClassName
{
background-color: #FB0FED;
}
</style>
border-color css
<style>
span { border-color: #FB0FED; }
span { border-color: rgb(251,15,237); }
td.TdClassName
{
border-color: #FB0FED;
}
.TagClassName
{
border-color: #FB0FED;
}
</style>