Shades of Magenta #FB02ED
Tints of Magenta #FB02ED
RGB
CMYK
RGB Variations
Color information
#FB02ED (or 0xFB02ED) is known color: Magenta. HEX triplet: FB, 02 and ED. RGB value is (251,2,237). Sum of RGB (Red+Green+Blue) = 251+2+237=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB02ED is #04FD12. Grayscale: #666666. Windows color (decimal): -326931 or 15532795. OLE color: 15532795.
HSL color Cylindrical-coordinate representation of color #FB02ED: hue angle of 303.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02ED is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 237 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.02 |
| HSL | 303.37º | 0.98% | 0.5% | - |
| HSV(B) | 303.37º | 0.99% | 0.98% | - |
| XYZ | 55.09 | 26.67 | 82.36 | - |
| YUV | 103.24 | 203.49 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 237 | 0 | 0.99 | 0.06 | 0.02 | 303.37 | 0.98 | 0.5 |
| Hex | FB | 2 | ED | 0 | 63 | 6 | 2 | 12F | 62 | 32 |
| Octal | 373 | 2 | 355 | 0 | 143 | 6 | 2 | 457 | 142 | 62 |
| Binary | 11111011 | 10 | 11101101 | 0 | 1100011 | 110 | 10 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FB02ED
Complementary color
Monochromatic Colors of #FB02ED
Black with #FB02ED
Text Example
Text Example
White with #FB02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02ED; }
p { color: rgb(251,2,237); }
H1.HeaderClassName
{
color: #FB02ED;
}
.AnyTagClassName
{
color: #FB02ED;
}
</style>
background-color css
<style>
a { background-color: #FB02ED; }
a { background-color: rgb(251,2,237); }
div.DivClassName
{
background-color: #FB02ED;
}
.BgClassName
{
background-color: #FB02ED;
}
</style>
border-color css
<style>
span { border-color: #FB02ED; }
span { border-color: rgb(251,2,237); }
td.TdClassName
{
border-color: #FB02ED;
}
.TagClassName
{
border-color: #FB02ED;
}
</style>