Shades of Hot Magenta #FE08CF
Tints of Hot Magenta #FE08CF
RGB
CMYK
RGB Variations
Color information
#FE08CF (or 0xFE08CF) is known color: Hot Magenta. HEX triplet: FE, 08 and CF. RGB value is (254,8,207). Sum of RGB (Red+Green+Blue) = 254+8+207=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE08CF is #01F730. Grayscale: #676767. Windows color (decimal): -128817 or 13568254. OLE color: 13568254.
HSL color Cylindrical-coordinate representation of color #FE08CF: hue angle of 311.46º 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 #FE08CF is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 207 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.00 |
| HSL | 311.46º | 0.99% | 0.51% | - |
| HSV(B) | 311.46º | 0.97% | 1% | - |
| XYZ | 52.22 | 25.75 | 61.25 | - |
| YUV | 104.24 | 186 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 207 | 0 | 0.97 | 0.19 | 0.00 | 311.46 | 0.99 | 0.51 |
| Hex | FE | 8 | CF | 0 | 61 | 13 | 0 | 137 | 63 | 33 |
| Octal | 376 | 10 | 317 | 0 | 141 | 23 | 0 | 467 | 143 | 63 |
| Binary | 11111110 | 1000 | 11001111 | 0 | 1100001 | 10011 | 0 | 100110111 | 1100011 | 110011 |
Color Harmonies of #FE08CF
Complementary color
Monochromatic Colors of #FE08CF
Black with #FE08CF
Text Example
Text Example
White with #FE08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08CF; }
p { color: rgb(254,8,207); }
H1.HeaderClassName
{
color: #FE08CF;
}
.AnyTagClassName
{
color: #FE08CF;
}
</style>
background-color css
<style>
a { background-color: #FE08CF; }
a { background-color: rgb(254,8,207); }
div.DivClassName
{
background-color: #FE08CF;
}
.BgClassName
{
background-color: #FE08CF;
}
</style>
border-color css
<style>
span { border-color: #FE08CF; }
span { border-color: rgb(254,8,207); }
td.TdClassName
{
border-color: #FE08CF;
}
.TagClassName
{
border-color: #FE08CF;
}
</style>