Shades of Hot Magenta #FE05CF
Tints of Hot Magenta #FE05CF
RGB
CMYK
RGB Variations
Color information
#FE05CF (or 0xFE05CF) is known color: Hot Magenta. HEX triplet: FE, 05 and CF. RGB value is (254,5,207). Sum of RGB (Red+Green+Blue) = 254+5+207=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05CF is #01FA30. Grayscale: #656565. Windows color (decimal): -129585 or 13567486. OLE color: 13567486.
HSL color Cylindrical-coordinate representation of color #FE05CF: hue angle of 311.33º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05CF is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.00 |
| HSL | 311.33º | 0.99% | 0.51% | - |
| HSV(B) | 311.33º | 0.98% | 1% | - |
| XYZ | 52.19 | 25.68 | 61.24 | - |
| YUV | 102.48 | 186.99 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 207 | 0 | 0.98 | 0.19 | 0.00 | 311.33 | 0.99 | 0.51 |
| Hex | FE | 5 | CF | 0 | 62 | 13 | 0 | 137 | 63 | 33 |
| Octal | 376 | 5 | 317 | 0 | 142 | 23 | 0 | 467 | 143 | 63 |
| Binary | 11111110 | 101 | 11001111 | 0 | 1100010 | 10011 | 0 | 100110111 | 1100011 | 110011 |
Color Harmonies of #FE05CF
Complementary color
Monochromatic Colors of #FE05CF
Black with #FE05CF
Text Example
Text Example
White with #FE05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05CF; }
p { color: rgb(254,5,207); }
H1.HeaderClassName
{
color: #FE05CF;
}
.AnyTagClassName
{
color: #FE05CF;
}
</style>
background-color css
<style>
a { background-color: #FE05CF; }
a { background-color: rgb(254,5,207); }
div.DivClassName
{
background-color: #FE05CF;
}
.BgClassName
{
background-color: #FE05CF;
}
</style>
border-color css
<style>
span { border-color: #FE05CF; }
span { border-color: rgb(254,5,207); }
td.TdClassName
{
border-color: #FE05CF;
}
.TagClassName
{
border-color: #FE05CF;
}
</style>