Shades of Hot Magenta #FE07C6
Tints of Hot Magenta #FE07C6
RGB
CMYK
RGB Variations
Color information
#FE07C6 (or 0xFE07C6) is known color: Hot Magenta. HEX triplet: FE, 07 and C6. RGB value is (254,7,198). Sum of RGB (Red+Green+Blue) = 254+7+198=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07C6 is #01F839. Grayscale: #666666. Windows color (decimal): -129082 or 12978174. OLE color: 12978174.
HSL color Cylindrical-coordinate representation of color #FE07C6: hue angle of 313.6º 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 #FE07C6 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 198 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.00 |
| HSL | 313.6º | 0.99% | 0.51% | - |
| HSV(B) | 313.6º | 0.97% | 1% | - |
| XYZ | 51.14 | 25.3 | 55.61 | - |
| YUV | 102.63 | 181.83 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 198 | 0 | 0.97 | 0.22 | 0.00 | 313.6 | 0.99 | 0.51 |
| Hex | FE | 7 | C6 | 0 | 61 | 16 | 0 | 13A | 63 | 33 |
| Octal | 376 | 7 | 306 | 0 | 141 | 26 | 0 | 472 | 143 | 63 |
| Binary | 11111110 | 111 | 11000110 | 0 | 1100001 | 10110 | 0 | 100111010 | 1100011 | 110011 |
Color Harmonies of #FE07C6
Complementary color
Monochromatic Colors of #FE07C6
Black with #FE07C6
Text Example
Text Example
White with #FE07C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07C6; }
p { color: rgb(254,7,198); }
H1.HeaderClassName
{
color: #FE07C6;
}
.AnyTagClassName
{
color: #FE07C6;
}
</style>
background-color css
<style>
a { background-color: #FE07C6; }
a { background-color: rgb(254,7,198); }
div.DivClassName
{
background-color: #FE07C6;
}
.BgClassName
{
background-color: #FE07C6;
}
</style>
border-color css
<style>
span { border-color: #FE07C6; }
span { border-color: rgb(254,7,198); }
td.TdClassName
{
border-color: #FE07C6;
}
.TagClassName
{
border-color: #FE07C6;
}
</style>