Shades of Hot Magenta #FE0BCE
Tints of Hot Magenta #FE0BCE
RGB
CMYK
RGB Variations
Color information
#FE0BCE (or 0xFE0BCE) is known color: Hot Magenta. HEX triplet: FE, 0B and CE. RGB value is (254,11,206). Sum of RGB (Red+Green+Blue) = 254+11+206=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BCE is #01F431. Grayscale: #696969. Windows color (decimal): -128050 or 13503486. OLE color: 13503486.
HSL color Cylindrical-coordinate representation of color #FE0BCE: hue angle of 311.85º 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 #FE0BCE is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 206 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.00 |
| HSL | 311.85º | 0.99% | 0.52% | - |
| HSV(B) | 311.85º | 0.96% | 1% | - |
| XYZ | 52.13 | 25.77 | 60.62 | - |
| YUV | 105.89 | 184.51 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 206 | 0 | 0.96 | 0.19 | 0.00 | 311.85 | 0.99 | 0.52 |
| Hex | FE | B | CE | 0 | 60 | 13 | 0 | 138 | 63 | 34 |
| Octal | 376 | 13 | 316 | 0 | 140 | 23 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1011 | 11001110 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE0BCE
Complementary color
Monochromatic Colors of #FE0BCE
Black with #FE0BCE
Text Example
Text Example
White with #FE0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BCE; }
p { color: rgb(254,11,206); }
H1.HeaderClassName
{
color: #FE0BCE;
}
.AnyTagClassName
{
color: #FE0BCE;
}
</style>
background-color css
<style>
a { background-color: #FE0BCE; }
a { background-color: rgb(254,11,206); }
div.DivClassName
{
background-color: #FE0BCE;
}
.BgClassName
{
background-color: #FE0BCE;
}
</style>
border-color css
<style>
span { border-color: #FE0BCE; }
span { border-color: rgb(254,11,206); }
td.TdClassName
{
border-color: #FE0BCE;
}
.TagClassName
{
border-color: #FE0BCE;
}
</style>