Shades of Hot Magenta #FE07E2
Tints of Hot Magenta #FE07E2
RGB
CMYK
RGB Variations
Color information
#FE07E2 (or 0xFE07E2) is known color: Hot Magenta. HEX triplet: FE, 07 and E2. RGB value is (254,7,226). Sum of RGB (Red+Green+Blue) = 254+7+226=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07E2 is #01F81D. Grayscale: #696969. Windows color (decimal): -129054 or 14813182. OLE color: 14813182.
HSL color Cylindrical-coordinate representation of color #FE07E2: hue angle of 306.8º 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 #FE07E2 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 226 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.00 |
| HSL | 306.8º | 0.99% | 0.51% | - |
| HSV(B) | 306.8º | 0.97% | 1% | - |
| XYZ | 54.68 | 26.71 | 74.23 | - |
| YUV | 105.82 | 195.83 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 226 | 0 | 0.97 | 0.11 | 0.00 | 306.8 | 0.99 | 0.51 |
| Hex | FE | 7 | E2 | 0 | 61 | B | 0 | 133 | 63 | 33 |
| Octal | 376 | 7 | 342 | 0 | 141 | 13 | 0 | 463 | 143 | 63 |
| Binary | 11111110 | 111 | 11100010 | 0 | 1100001 | 1011 | 0 | 100110011 | 1100011 | 110011 |
Color Harmonies of #FE07E2
Complementary color
Monochromatic Colors of #FE07E2
Black with #FE07E2
Text Example
Text Example
White with #FE07E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07E2; }
p { color: rgb(254,7,226); }
H1.HeaderClassName
{
color: #FE07E2;
}
.AnyTagClassName
{
color: #FE07E2;
}
</style>
background-color css
<style>
a { background-color: #FE07E2; }
a { background-color: rgb(254,7,226); }
div.DivClassName
{
background-color: #FE07E2;
}
.BgClassName
{
background-color: #FE07E2;
}
</style>
border-color css
<style>
span { border-color: #FE07E2; }
span { border-color: rgb(254,7,226); }
td.TdClassName
{
border-color: #FE07E2;
}
.TagClassName
{
border-color: #FE07E2;
}
</style>