Shades of Hot Magenta #FE0BDA
Tints of Hot Magenta #FE0BDA
RGB
CMYK
RGB Variations
Color information
#FE0BDA (or 0xFE0BDA) is known color: Hot Magenta. HEX triplet: FE, 0B and DA. RGB value is (254,11,218). Sum of RGB (Red+Green+Blue) = 254+11+218=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BDA is #01F425. Grayscale: #6A6A6A. Windows color (decimal): -128038 or 14289918. OLE color: 14289918.
HSL color Cylindrical-coordinate representation of color #FE0BDA: hue angle of 308.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0BDA is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 218 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.00 |
| HSL | 308.89º | 0.99% | 0.52% | - |
| HSV(B) | 308.89º | 0.96% | 1% | - |
| XYZ | 53.65 | 26.37 | 68.59 | - |
| YUV | 107.26 | 190.51 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 218 | 0 | 0.96 | 0.14 | 0.00 | 308.89 | 0.99 | 0.52 |
| Hex | FE | B | DA | 0 | 60 | E | 0 | 135 | 63 | 34 |
| Octal | 376 | 13 | 332 | 0 | 140 | 16 | 0 | 465 | 143 | 64 |
| Binary | 11111110 | 1011 | 11011010 | 0 | 1100000 | 1110 | 0 | 100110101 | 1100011 | 110100 |
Color Harmonies of #FE0BDA
Complementary color
Monochromatic Colors of #FE0BDA
Black with #FE0BDA
Text Example
Text Example
White with #FE0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BDA; }
p { color: rgb(254,11,218); }
H1.HeaderClassName
{
color: #FE0BDA;
}
.AnyTagClassName
{
color: #FE0BDA;
}
</style>
background-color css
<style>
a { background-color: #FE0BDA; }
a { background-color: rgb(254,11,218); }
div.DivClassName
{
background-color: #FE0BDA;
}
.BgClassName
{
background-color: #FE0BDA;
}
</style>
border-color css
<style>
span { border-color: #FE0BDA; }
span { border-color: rgb(254,11,218); }
td.TdClassName
{
border-color: #FE0BDA;
}
.TagClassName
{
border-color: #FE0BDA;
}
</style>