Shades of Hot Magenta #FE00C2
Tints of Hot Magenta #FE00C2
RGB
CMYK
RGB Variations
Color information
#FE00C2 (or 0xFE00C2) is known color: Hot Magenta. HEX triplet: FE, 00 and C2. RGB value is (254,0,194). Sum of RGB (Red+Green+Blue) = 254+0+194=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00C2 is #01FF3D. Grayscale: #616161. Windows color (decimal): -130878 or 12714238. OLE color: 12714238.
HSL color Cylindrical-coordinate representation of color #FE00C2: hue angle of 314.17º 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 #FE00C2 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.24 | 0.00 |
| HSL | 314.17º | 1% | 0.5% | - |
| HSV(B) | 314.17º | 1% | 1% | - |
| XYZ | 50.61 | 24.97 | 53.19 | - |
| YUV | 98.06 | 182.15 | 239.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 194 | 0 | 1 | 0.24 | 0.00 | 314.17 | 1 | 0.5 |
| Hex | FE | 0 | C2 | 0 | 64 | 18 | 0 | 13A | 64 | 32 |
| Octal | 376 | 0 | 302 | 0 | 144 | 30 | 0 | 472 | 144 | 62 |
| Binary | 11111110 | 0 | 11000010 | 0 | 1100100 | 11000 | 0 | 100111010 | 1100100 | 110010 |
Color Harmonies of #FE00C2
Complementary color
Monochromatic Colors of #FE00C2
Black with #FE00C2
Text Example
Text Example
White with #FE00C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00C2; }
p { color: rgb(254,0,194); }
H1.HeaderClassName
{
color: #FE00C2;
}
.AnyTagClassName
{
color: #FE00C2;
}
</style>
background-color css
<style>
a { background-color: #FE00C2; }
a { background-color: rgb(254,0,194); }
div.DivClassName
{
background-color: #FE00C2;
}
.BgClassName
{
background-color: #FE00C2;
}
</style>
border-color css
<style>
span { border-color: #FE00C2; }
span { border-color: rgb(254,0,194); }
td.TdClassName
{
border-color: #FE00C2;
}
.TagClassName
{
border-color: #FE00C2;
}
</style>