Shades of Hot Magenta #FB0ED0
Tints of Hot Magenta #FB0ED0
RGB
CMYK
RGB Variations
Color information
#FB0ED0 (or 0xFB0ED0) is known color: Hot Magenta. HEX triplet: FB, 0E and D0. RGB value is (251,14,208). Sum of RGB (Red+Green+Blue) = 251+14+208=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ED0 is #04F12F. Grayscale: #6A6A6A. Windows color (decimal): -323888 or 13635323. OLE color: 13635323.
HSL color Cylindrical-coordinate representation of color #FB0ED0: hue angle of 310.89º 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 #FB0ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.02 |
| HSL | 310.89º | 0.97% | 0.52% | - |
| HSV(B) | 310.89º | 0.94% | 0.98% | - |
| XYZ | 51.33 | 25.38 | 61.87 | - |
| YUV | 106.98 | 185.02 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 208 | 0 | 0.94 | 0.17 | 0.02 | 310.89 | 0.97 | 0.52 |
| Hex | FB | E | D0 | 0 | 5E | 11 | 2 | 137 | 61 | 34 |
| Octal | 373 | 16 | 320 | 0 | 136 | 21 | 2 | 467 | 141 | 64 |
| Binary | 11111011 | 1110 | 11010000 | 0 | 1011110 | 10001 | 10 | 100110111 | 1100001 | 110100 |
Color Harmonies of #FB0ED0
Complementary color
Monochromatic Colors of #FB0ED0
Black with #FB0ED0
Text Example
Text Example
White with #FB0ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ED0; }
p { color: rgb(251,14,208); }
H1.HeaderClassName
{
color: #FB0ED0;
}
.AnyTagClassName
{
color: #FB0ED0;
}
</style>
background-color css
<style>
a { background-color: #FB0ED0; }
a { background-color: rgb(251,14,208); }
div.DivClassName
{
background-color: #FB0ED0;
}
.BgClassName
{
background-color: #FB0ED0;
}
</style>
border-color css
<style>
span { border-color: #FB0ED0; }
span { border-color: rgb(251,14,208); }
td.TdClassName
{
border-color: #FB0ED0;
}
.TagClassName
{
border-color: #FB0ED0;
}
</style>