Shades of Hot Magenta #FE0CDB
Tints of Hot Magenta #FE0CDB
RGB
CMYK
RGB Variations
Color information
#FE0CDB (or 0xFE0CDB) is known color: Hot Magenta. HEX triplet: FE, 0C and DB. RGB value is (254,12,219). Sum of RGB (Red+Green+Blue) = 254+12+219=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0CDB is #01F324. Grayscale: #6B6B6B. Windows color (decimal): -127781 or 14355710. OLE color: 14355710.
HSL color Cylindrical-coordinate representation of color #FE0CDB: hue angle of 308.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.00 |
| HSL | 308.68º | 0.99% | 0.52% | - |
| HSV(B) | 308.68º | 0.95% | 1% | - |
| XYZ | 53.79 | 26.45 | 69.29 | - |
| YUV | 107.96 | 190.67 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 219 | 0 | 0.95 | 0.14 | 0.00 | 308.68 | 0.99 | 0.52 |
| Hex | FE | C | DB | 0 | 5F | E | 0 | 135 | 63 | 34 |
| Octal | 376 | 14 | 333 | 0 | 137 | 16 | 0 | 465 | 143 | 64 |
| Binary | 11111110 | 1100 | 11011011 | 0 | 1011111 | 1110 | 0 | 100110101 | 1100011 | 110100 |
Color Harmonies of #FE0CDB
Complementary color
Monochromatic Colors of #FE0CDB
Black with #FE0CDB
Text Example
Text Example
White with #FE0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CDB; }
p { color: rgb(254,12,219); }
H1.HeaderClassName
{
color: #FE0CDB;
}
.AnyTagClassName
{
color: #FE0CDB;
}
</style>
background-color css
<style>
a { background-color: #FE0CDB; }
a { background-color: rgb(254,12,219); }
div.DivClassName
{
background-color: #FE0CDB;
}
.BgClassName
{
background-color: #FE0CDB;
}
</style>
border-color css
<style>
span { border-color: #FE0CDB; }
span { border-color: rgb(254,12,219); }
td.TdClassName
{
border-color: #FE0CDB;
}
.TagClassName
{
border-color: #FE0CDB;
}
</style>