Shades of Hot Magenta #FE07DA
Tints of Hot Magenta #FE07DA
RGB
CMYK
RGB Variations
Color information
#FE07DA (or 0xFE07DA) is known color: Hot Magenta. HEX triplet: FE, 07 and DA. RGB value is (254,7,218). Sum of RGB (Red+Green+Blue) = 254+7+218=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07DA is #01F825. Grayscale: #686868. Windows color (decimal): -129062 or 14288894. OLE color: 14288894.
HSL color Cylindrical-coordinate representation of color #FE07DA: hue angle of 308.74º 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 #FE07DA is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 218 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.00 |
| HSL | 308.74º | 0.99% | 0.51% | - |
| HSV(B) | 308.74º | 0.97% | 1% | - |
| XYZ | 53.6 | 26.28 | 68.58 | - |
| YUV | 104.91 | 191.83 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 218 | 0 | 0.97 | 0.14 | 0.00 | 308.74 | 0.99 | 0.51 |
| Hex | FE | 7 | DA | 0 | 61 | E | 0 | 135 | 63 | 33 |
| Octal | 376 | 7 | 332 | 0 | 141 | 16 | 0 | 465 | 143 | 63 |
| Binary | 11111110 | 111 | 11011010 | 0 | 1100001 | 1110 | 0 | 100110101 | 1100011 | 110011 |
Color Harmonies of #FE07DA
Complementary color
Monochromatic Colors of #FE07DA
Black with #FE07DA
Text Example
Text Example
White with #FE07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07DA; }
p { color: rgb(254,7,218); }
H1.HeaderClassName
{
color: #FE07DA;
}
.AnyTagClassName
{
color: #FE07DA;
}
</style>
background-color css
<style>
a { background-color: #FE07DA; }
a { background-color: rgb(254,7,218); }
div.DivClassName
{
background-color: #FE07DA;
}
.BgClassName
{
background-color: #FE07DA;
}
</style>
border-color css
<style>
span { border-color: #FE07DA; }
span { border-color: rgb(254,7,218); }
td.TdClassName
{
border-color: #FE07DA;
}
.TagClassName
{
border-color: #FE07DA;
}
</style>