Shades of Magenta #FB00ED
Tints of Magenta #FB00ED
RGB
CMYK
RGB Variations
Color information
#FB00ED (or 0xFB00ED) is known color: Magenta. HEX triplet: FB, 00 and ED. RGB value is (251,0,237). Sum of RGB (Red+Green+Blue) = 251+0+237=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00ED is #04FF12. Grayscale: #656565. Windows color (decimal): -327443 or 15532283. OLE color: 15532283.
HSL color Cylindrical-coordinate representation of color #FB00ED: hue angle of 303.35º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00ED is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 237 | - |
| CMYK | 0 | 1 | 0.06 | 0.02 |
| HSL | 303.35º | 1% | 0.49% | - |
| HSV(B) | 303.35º | 1% | 0.98% | - |
| XYZ | 55.07 | 26.62 | 82.36 | - |
| YUV | 102.07 | 204.16 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 237 | 0 | 1 | 0.06 | 0.02 | 303.35 | 1 | 0.49 |
| Hex | FB | 0 | ED | 0 | 64 | 6 | 2 | 12F | 64 | 31 |
| Octal | 373 | 0 | 355 | 0 | 144 | 6 | 2 | 457 | 144 | 61 |
| Binary | 11111011 | 0 | 11101101 | 0 | 1100100 | 110 | 10 | 100101111 | 1100100 | 110001 |
Color Harmonies of #FB00ED
Complementary color
Monochromatic Colors of #FB00ED
Black with #FB00ED
Text Example
Text Example
White with #FB00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00ED; }
p { color: rgb(251,0,237); }
H1.HeaderClassName
{
color: #FB00ED;
}
.AnyTagClassName
{
color: #FB00ED;
}
</style>
background-color css
<style>
a { background-color: #FB00ED; }
a { background-color: rgb(251,0,237); }
div.DivClassName
{
background-color: #FB00ED;
}
.BgClassName
{
background-color: #FB00ED;
}
</style>
border-color css
<style>
span { border-color: #FB00ED; }
span { border-color: rgb(251,0,237); }
td.TdClassName
{
border-color: #FB00ED;
}
.TagClassName
{
border-color: #FB00ED;
}
</style>