Shades of Hot Magenta #FE0BCC
Tints of Hot Magenta #FE0BCC
RGB
CMYK
RGB Variations
Color information
#FE0BCC (or 0xFE0BCC) is known color: Hot Magenta. HEX triplet: FE, 0B and CC. RGB value is (254,11,204). Sum of RGB (Red+Green+Blue) = 254+11+204=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0BCC is #01F433. Grayscale: #696969. Windows color (decimal): -128052 or 13372414. OLE color: 13372414.
HSL color Cylindrical-coordinate representation of color #FE0BCC: hue angle of 312.35º 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 #FE0BCC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 204 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.00 |
| HSL | 312.35º | 0.99% | 0.52% | - |
| HSV(B) | 312.35º | 0.96% | 1% | - |
| XYZ | 51.89 | 25.67 | 59.35 | - |
| YUV | 105.66 | 183.51 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 204 | 0 | 0.96 | 0.20 | 0.00 | 312.35 | 0.99 | 0.52 |
| Hex | FE | B | CC | 0 | 60 | 14 | 0 | 138 | 63 | 34 |
| Octal | 376 | 13 | 314 | 0 | 140 | 24 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1011 | 11001100 | 0 | 1100000 | 10100 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE0BCC
Complementary color
Monochromatic Colors of #FE0BCC
Black with #FE0BCC
Text Example
Text Example
White with #FE0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0BCC; }
p { color: rgb(254,11,204); }
H1.HeaderClassName
{
color: #FE0BCC;
}
.AnyTagClassName
{
color: #FE0BCC;
}
</style>
background-color css
<style>
a { background-color: #FE0BCC; }
a { background-color: rgb(254,11,204); }
div.DivClassName
{
background-color: #FE0BCC;
}
.BgClassName
{
background-color: #FE0BCC;
}
</style>
border-color css
<style>
span { border-color: #FE0BCC; }
span { border-color: rgb(254,11,204); }
td.TdClassName
{
border-color: #FE0BCC;
}
.TagClassName
{
border-color: #FE0BCC;
}
</style>