Shades of Hot Magenta #FE00C6
Tints of Hot Magenta #FE00C6
RGB
CMYK
RGB Variations
Color information
#FE00C6 (or 0xFE00C6) is known color: Hot Magenta. HEX triplet: FE, 00 and C6. RGB value is (254,0,198). Sum of RGB (Red+Green+Blue) = 254+0+198=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00C6 is #01FF39. Grayscale: #616161. Windows color (decimal): -130874 or 12976382. OLE color: 12976382.
HSL color Cylindrical-coordinate representation of color #FE00C6: hue angle of 313.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00C6 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.22 | 0.00 |
| HSL | 313.23º | 1% | 0.5% | - |
| HSV(B) | 313.23º | 1% | 1% | - |
| XYZ | 51.07 | 25.15 | 55.59 | - |
| YUV | 98.52 | 184.15 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 198 | 0 | 1 | 0.22 | 0.00 | 313.23 | 1 | 0.5 |
| Hex | FE | 0 | C6 | 0 | 64 | 16 | 0 | 139 | 64 | 32 |
| Octal | 376 | 0 | 306 | 0 | 144 | 26 | 0 | 471 | 144 | 62 |
| Binary | 11111110 | 0 | 11000110 | 0 | 1100100 | 10110 | 0 | 100111001 | 1100100 | 110010 |
Color Harmonies of #FE00C6
Complementary color
Monochromatic Colors of #FE00C6
Black with #FE00C6
Text Example
Text Example
White with #FE00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00C6; }
p { color: rgb(254,0,198); }
H1.HeaderClassName
{
color: #FE00C6;
}
.AnyTagClassName
{
color: #FE00C6;
}
</style>
background-color css
<style>
a { background-color: #FE00C6; }
a { background-color: rgb(254,0,198); }
div.DivClassName
{
background-color: #FE00C6;
}
.BgClassName
{
background-color: #FE00C6;
}
</style>
border-color css
<style>
span { border-color: #FE00C6; }
span { border-color: rgb(254,0,198); }
td.TdClassName
{
border-color: #FE00C6;
}
.TagClassName
{
border-color: #FE00C6;
}
</style>