Shades of Hot Magenta #FE07C9
Tints of Hot Magenta #FE07C9
RGB
CMYK
RGB Variations
Color information
#FE07C9 (or 0xFE07C9) is known color: Hot Magenta. HEX triplet: FE, 07 and C9. RGB value is (254,7,201). Sum of RGB (Red+Green+Blue) = 254+7+201=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07C9 is #01F836. Grayscale: #666666. Windows color (decimal): -129079 or 13174782. OLE color: 13174782.
HSL color Cylindrical-coordinate representation of color #FE07C9: hue angle of 312.87º 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 #FE07C9 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.00 |
| HSL | 312.87º | 0.99% | 0.51% | - |
| HSV(B) | 312.87º | 0.97% | 1% | - |
| XYZ | 51.49 | 25.44 | 57.45 | - |
| YUV | 102.97 | 183.33 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 201 | 0 | 0.97 | 0.21 | 0.00 | 312.87 | 0.99 | 0.51 |
| Hex | FE | 7 | C9 | 0 | 61 | 15 | 0 | 139 | 63 | 33 |
| Octal | 376 | 7 | 311 | 0 | 141 | 25 | 0 | 471 | 143 | 63 |
| Binary | 11111110 | 111 | 11001001 | 0 | 1100001 | 10101 | 0 | 100111001 | 1100011 | 110011 |
Color Harmonies of #FE07C9
Complementary color
Monochromatic Colors of #FE07C9
Black with #FE07C9
Text Example
Text Example
White with #FE07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07C9; }
p { color: rgb(254,7,201); }
H1.HeaderClassName
{
color: #FE07C9;
}
.AnyTagClassName
{
color: #FE07C9;
}
</style>
background-color css
<style>
a { background-color: #FE07C9; }
a { background-color: rgb(254,7,201); }
div.DivClassName
{
background-color: #FE07C9;
}
.BgClassName
{
background-color: #FE07C9;
}
</style>
border-color css
<style>
span { border-color: #FE07C9; }
span { border-color: rgb(254,7,201); }
td.TdClassName
{
border-color: #FE07C9;
}
.TagClassName
{
border-color: #FE07C9;
}
</style>