Shades of Hot Magenta #FE07CC
Tints of Hot Magenta #FE07CC
RGB
CMYK
RGB Variations
Color information
#FE07CC (or 0xFE07CC) is known color: Hot Magenta. HEX triplet: FE, 07 and CC. RGB value is (254,7,204). Sum of RGB (Red+Green+Blue) = 254+7+204=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 7 (3.12% from 255 or 1.51% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07CC is #01F833. Grayscale: #666666. Windows color (decimal): -129076 or 13371390. OLE color: 13371390.
HSL color Cylindrical-coordinate representation of color #FE07CC: hue angle of 312.15º 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 #FE07CC is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.00 |
| HSL | 312.15º | 0.99% | 0.51% | - |
| HSV(B) | 312.15º | 0.97% | 1% | - |
| XYZ | 51.85 | 25.58 | 59.33 | - |
| YUV | 103.31 | 184.83 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 204 | 0 | 0.97 | 0.20 | 0.00 | 312.15 | 0.99 | 0.51 |
| Hex | FE | 7 | CC | 0 | 61 | 14 | 0 | 138 | 63 | 33 |
| Octal | 376 | 7 | 314 | 0 | 141 | 24 | 0 | 470 | 143 | 63 |
| Binary | 11111110 | 111 | 11001100 | 0 | 1100001 | 10100 | 0 | 100111000 | 1100011 | 110011 |
Color Harmonies of #FE07CC
Complementary color
Monochromatic Colors of #FE07CC
Black with #FE07CC
Text Example
Text Example
White with #FE07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07CC; }
p { color: rgb(254,7,204); }
H1.HeaderClassName
{
color: #FE07CC;
}
.AnyTagClassName
{
color: #FE07CC;
}
</style>
background-color css
<style>
a { background-color: #FE07CC; }
a { background-color: rgb(254,7,204); }
div.DivClassName
{
background-color: #FE07CC;
}
.BgClassName
{
background-color: #FE07CC;
}
</style>
border-color css
<style>
span { border-color: #FE07CC; }
span { border-color: rgb(254,7,204); }
td.TdClassName
{
border-color: #FE07CC;
}
.TagClassName
{
border-color: #FE07CC;
}
</style>