Shades of Hot Magenta #FE02C6
Tints of Hot Magenta #FE02C6
RGB
CMYK
RGB Variations
Color information
#FE02C6 (or 0xFE02C6) is known color: Hot Magenta. HEX triplet: FE, 02 and C6. RGB value is (254,2,198). Sum of RGB (Red+Green+Blue) = 254+2+198=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE02C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE02C6 is #01FD39. Grayscale: #636363. Windows color (decimal): -130362 or 12976894. OLE color: 12976894.
HSL color Cylindrical-coordinate representation of color #FE02C6: hue angle of 313.33º 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 #FE02C6 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.00 |
| HSL | 313.33º | 0.99% | 0.5% | - |
| HSV(B) | 313.33º | 0.99% | 1% | - |
| XYZ | 51.09 | 25.19 | 55.6 | - |
| YUV | 99.69 | 183.49 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 198 | 0 | 0.99 | 0.22 | 0.00 | 313.33 | 0.99 | 0.5 |
| Hex | FE | 2 | C6 | 0 | 63 | 16 | 0 | 139 | 63 | 32 |
| Octal | 376 | 2 | 306 | 0 | 143 | 26 | 0 | 471 | 143 | 62 |
| Binary | 11111110 | 10 | 11000110 | 0 | 1100011 | 10110 | 0 | 100111001 | 1100011 | 110010 |
Color Harmonies of #FE02C6
Complementary color
Monochromatic Colors of #FE02C6
Black with #FE02C6
Text Example
Text Example
White with #FE02C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE02C6; }
p { color: rgb(254,2,198); }
H1.HeaderClassName
{
color: #FE02C6;
}
.AnyTagClassName
{
color: #FE02C6;
}
</style>
background-color css
<style>
a { background-color: #FE02C6; }
a { background-color: rgb(254,2,198); }
div.DivClassName
{
background-color: #FE02C6;
}
.BgClassName
{
background-color: #FE02C6;
}
</style>
border-color css
<style>
span { border-color: #FE02C6; }
span { border-color: rgb(254,2,198); }
td.TdClassName
{
border-color: #FE02C6;
}
.TagClassName
{
border-color: #FE02C6;
}
</style>