Shades of Hot Magenta #FE07DB
Tints of Hot Magenta #FE07DB
RGB
CMYK
RGB Variations
Color information
#FE07DB (or 0xFE07DB) is known color: Hot Magenta. HEX triplet: FE, 07 and DB. RGB value is (254,7,219). Sum of RGB (Red+Green+Blue) = 254+7+219=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 7 (3.12% from 255 or 1.46% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07DB is #01F824. Grayscale: #686868. Windows color (decimal): -129061 or 14354430. OLE color: 14354430.
HSL color Cylindrical-coordinate representation of color #FE07DB: hue angle of 308.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07DB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.00 |
| HSL | 308.5º | 0.99% | 0.51% | - |
| HSV(B) | 308.5º | 0.97% | 1% | - |
| XYZ | 53.74 | 26.34 | 69.27 | - |
| YUV | 105.02 | 192.33 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 219 | 0 | 0.97 | 0.14 | 0.00 | 308.5 | 0.99 | 0.51 |
| Hex | FE | 7 | DB | 0 | 61 | E | 0 | 135 | 63 | 33 |
| Octal | 376 | 7 | 333 | 0 | 141 | 16 | 0 | 465 | 143 | 63 |
| Binary | 11111110 | 111 | 11011011 | 0 | 1100001 | 1110 | 0 | 100110101 | 1100011 | 110011 |
Color Harmonies of #FE07DB
Complementary color
Monochromatic Colors of #FE07DB
Black with #FE07DB
Text Example
Text Example
White with #FE07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07DB; }
p { color: rgb(254,7,219); }
H1.HeaderClassName
{
color: #FE07DB;
}
.AnyTagClassName
{
color: #FE07DB;
}
</style>
background-color css
<style>
a { background-color: #FE07DB; }
a { background-color: rgb(254,7,219); }
div.DivClassName
{
background-color: #FE07DB;
}
.BgClassName
{
background-color: #FE07DB;
}
</style>
border-color css
<style>
span { border-color: #FE07DB; }
span { border-color: rgb(254,7,219); }
td.TdClassName
{
border-color: #FE07DB;
}
.TagClassName
{
border-color: #FE07DB;
}
</style>