Shades of Hot Magenta #FE09CF
Tints of Hot Magenta #FE09CF
RGB
CMYK
RGB Variations
Color information
#FE09CF (or 0xFE09CF) is known color: Hot Magenta. HEX triplet: FE, 09 and CF. RGB value is (254,9,207). Sum of RGB (Red+Green+Blue) = 254+9+207=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09CF is #01F630. Grayscale: #686868. Windows color (decimal): -128561 or 13568510. OLE color: 13568510.
HSL color Cylindrical-coordinate representation of color #FE09CF: hue angle of 311.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09CF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.00 |
| HSL | 311.51º | 0.99% | 0.52% | - |
| HSV(B) | 311.51º | 0.96% | 1% | - |
| XYZ | 52.23 | 25.77 | 61.25 | - |
| YUV | 104.83 | 185.67 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 207 | 0 | 0.96 | 0.19 | 0.00 | 311.51 | 0.99 | 0.52 |
| Hex | FE | 9 | CF | 0 | 60 | 13 | 0 | 138 | 63 | 34 |
| Octal | 376 | 11 | 317 | 0 | 140 | 23 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1001 | 11001111 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE09CF
Complementary color
Monochromatic Colors of #FE09CF
Black with #FE09CF
Text Example
Text Example
White with #FE09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09CF; }
p { color: rgb(254,9,207); }
H1.HeaderClassName
{
color: #FE09CF;
}
.AnyTagClassName
{
color: #FE09CF;
}
</style>
background-color css
<style>
a { background-color: #FE09CF; }
a { background-color: rgb(254,9,207); }
div.DivClassName
{
background-color: #FE09CF;
}
.BgClassName
{
background-color: #FE09CF;
}
</style>
border-color css
<style>
span { border-color: #FE09CF; }
span { border-color: rgb(254,9,207); }
td.TdClassName
{
border-color: #FE09CF;
}
.TagClassName
{
border-color: #FE09CF;
}
</style>