Shades of Hot Magenta #FE07CD
Tints of Hot Magenta #FE07CD
RGB
CMYK
RGB Variations
Color information
#FE07CD (or 0xFE07CD) is known color: Hot Magenta. HEX triplet: FE, 07 and CD. RGB value is (254,7,205). Sum of RGB (Red+Green+Blue) = 254+7+205=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 7 (3.12% from 255 or 1.50% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07CD is #01F832. Grayscale: #666666. Windows color (decimal): -129075 or 13436926. OLE color: 13436926.
HSL color Cylindrical-coordinate representation of color #FE07CD: hue angle of 311.9º 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 #FE07CD is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.00 |
| HSL | 311.9º | 0.99% | 0.51% | - |
| HSV(B) | 311.9º | 0.97% | 1% | - |
| XYZ | 51.97 | 25.63 | 59.97 | - |
| YUV | 103.43 | 185.33 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 205 | 0 | 0.97 | 0.19 | 0.00 | 311.9 | 0.99 | 0.51 |
| Hex | FE | 7 | CD | 0 | 61 | 13 | 0 | 138 | 63 | 33 |
| Octal | 376 | 7 | 315 | 0 | 141 | 23 | 0 | 470 | 143 | 63 |
| Binary | 11111110 | 111 | 11001101 | 0 | 1100001 | 10011 | 0 | 100111000 | 1100011 | 110011 |
Color Harmonies of #FE07CD
Complementary color
Monochromatic Colors of #FE07CD
Black with #FE07CD
Text Example
Text Example
White with #FE07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07CD; }
p { color: rgb(254,7,205); }
H1.HeaderClassName
{
color: #FE07CD;
}
.AnyTagClassName
{
color: #FE07CD;
}
</style>
background-color css
<style>
a { background-color: #FE07CD; }
a { background-color: rgb(254,7,205); }
div.DivClassName
{
background-color: #FE07CD;
}
.BgClassName
{
background-color: #FE07CD;
}
</style>
border-color css
<style>
span { border-color: #FE07CD; }
span { border-color: rgb(254,7,205); }
td.TdClassName
{
border-color: #FE07CD;
}
.TagClassName
{
border-color: #FE07CD;
}
</style>