Shades of Hot Magenta #FE02C4
Tints of Hot Magenta #FE02C4
RGB
CMYK
RGB Variations
Color information
#FE02C4 (or 0xFE02C4) is known color: Hot Magenta. HEX triplet: FE, 02 and C4. RGB value is (254,2,196). Sum of RGB (Red+Green+Blue) = 254+2+196=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02C4 is #01FD3B. Grayscale: #626262. Windows color (decimal): -130364 or 12845822. OLE color: 12845822.
HSL color Cylindrical-coordinate representation of color #FE02C4: hue angle of 313.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE02C4 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 196 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.00 |
| HSL | 313.81º | 0.99% | 0.5% | - |
| HSV(B) | 313.81º | 0.99% | 1% | - |
| XYZ | 50.86 | 25.1 | 54.39 | - |
| YUV | 99.46 | 182.49 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 196 | 0 | 0.99 | 0.23 | 0.00 | 313.81 | 0.99 | 0.5 |
| Hex | FE | 2 | C4 | 0 | 63 | 17 | 0 | 13A | 63 | 32 |
| Octal | 376 | 2 | 304 | 0 | 143 | 27 | 0 | 472 | 143 | 62 |
| Binary | 11111110 | 10 | 11000100 | 0 | 1100011 | 10111 | 0 | 100111010 | 1100011 | 110010 |
Color Harmonies of #FE02C4
Complementary color
Monochromatic Colors of #FE02C4
Black with #FE02C4
Text Example
Text Example
White with #FE02C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02C4; }
p { color: rgb(254,2,196); }
H1.HeaderClassName
{
color: #FE02C4;
}
.AnyTagClassName
{
color: #FE02C4;
}
</style>
background-color css
<style>
a { background-color: #FE02C4; }
a { background-color: rgb(254,2,196); }
div.DivClassName
{
background-color: #FE02C4;
}
.BgClassName
{
background-color: #FE02C4;
}
</style>
border-color css
<style>
span { border-color: #FE02C4; }
span { border-color: rgb(254,2,196); }
td.TdClassName
{
border-color: #FE02C4;
}
.TagClassName
{
border-color: #FE02C4;
}
</style>