Shades of Hot Magenta #FB0DE2
Tints of Hot Magenta #FB0DE2
RGB
CMYK
RGB Variations
Color information
#FB0DE2 (or 0xFB0DE2) is known color: Hot Magenta. HEX triplet: FB, 0D and E2. RGB value is (251,13,226). Sum of RGB (Red+Green+Blue) = 251+13+226=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DE2 is #04F21D. Grayscale: #6B6B6B. Windows color (decimal): -324126 or 14814715. OLE color: 14814715.
HSL color Cylindrical-coordinate representation of color #FB0DE2: hue angle of 306.3º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DE2 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 226 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.02 |
| HSL | 306.3º | 0.97% | 0.52% | - |
| HSV(B) | 306.3º | 0.95% | 0.98% | - |
| XYZ | 53.66 | 26.29 | 74.2 | - |
| YUV | 108.44 | 194.35 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 226 | 0 | 0.95 | 0.10 | 0.02 | 306.3 | 0.97 | 0.52 |
| Hex | FB | D | E2 | 0 | 5F | A | 2 | 132 | 61 | 34 |
| Octal | 373 | 15 | 342 | 0 | 137 | 12 | 2 | 462 | 141 | 64 |
| Binary | 11111011 | 1101 | 11100010 | 0 | 1011111 | 1010 | 10 | 100110010 | 1100001 | 110100 |
Color Harmonies of #FB0DE2
Complementary color
Monochromatic Colors of #FB0DE2
Black with #FB0DE2
Text Example
Text Example
White with #FB0DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DE2; }
p { color: rgb(251,13,226); }
H1.HeaderClassName
{
color: #FB0DE2;
}
.AnyTagClassName
{
color: #FB0DE2;
}
</style>
background-color css
<style>
a { background-color: #FB0DE2; }
a { background-color: rgb(251,13,226); }
div.DivClassName
{
background-color: #FB0DE2;
}
.BgClassName
{
background-color: #FB0DE2;
}
</style>
border-color css
<style>
span { border-color: #FB0DE2; }
span { border-color: rgb(251,13,226); }
td.TdClassName
{
border-color: #FB0DE2;
}
.TagClassName
{
border-color: #FB0DE2;
}
</style>