Shades of Hot Magenta #FB0EDA
Tints of Hot Magenta #FB0EDA
RGB
CMYK
RGB Variations
Color information
#FB0EDA (or 0xFB0EDA) is known color: Hot Magenta. HEX triplet: FB, 0E and DA. RGB value is (251,14,218). Sum of RGB (Red+Green+Blue) = 251+14+218=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0EDA is #04F125. Grayscale: #6B6B6B. Windows color (decimal): -323878 or 14290683. OLE color: 14290683.
HSL color Cylindrical-coordinate representation of color #FB0EDA: hue angle of 308.35º 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 #FB0EDA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.02 |
| HSL | 308.35º | 0.97% | 0.52% | - |
| HSV(B) | 308.35º | 0.94% | 0.98% | - |
| XYZ | 52.6 | 25.89 | 68.55 | - |
| YUV | 108.12 | 190.02 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 218 | 0 | 0.94 | 0.13 | 0.02 | 308.35 | 0.97 | 0.52 |
| Hex | FB | E | DA | 0 | 5E | D | 2 | 134 | 61 | 34 |
| Octal | 373 | 16 | 332 | 0 | 136 | 15 | 2 | 464 | 141 | 64 |
| Binary | 11111011 | 1110 | 11011010 | 0 | 1011110 | 1101 | 10 | 100110100 | 1100001 | 110100 |
Color Harmonies of #FB0EDA
Complementary color
Monochromatic Colors of #FB0EDA
Black with #FB0EDA
Text Example
Text Example
White with #FB0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0EDA; }
p { color: rgb(251,14,218); }
H1.HeaderClassName
{
color: #FB0EDA;
}
.AnyTagClassName
{
color: #FB0EDA;
}
</style>
background-color css
<style>
a { background-color: #FB0EDA; }
a { background-color: rgb(251,14,218); }
div.DivClassName
{
background-color: #FB0EDA;
}
.BgClassName
{
background-color: #FB0EDA;
}
</style>
border-color css
<style>
span { border-color: #FB0EDA; }
span { border-color: rgb(251,14,218); }
td.TdClassName
{
border-color: #FB0EDA;
}
.TagClassName
{
border-color: #FB0EDA;
}
</style>