Shades of Hot Magenta #FE09DF
Tints of Hot Magenta #FE09DF
RGB
CMYK
RGB Variations
Color information
#FE09DF (or 0xFE09DF) is known color: Hot Magenta. HEX triplet: FE, 09 and DF. RGB value is (254,9,223). Sum of RGB (Red+Green+Blue) = 254+9+223=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 9 (3.91% from 255 or 1.85% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09DF is #01F620. Grayscale: #6A6A6A. Windows color (decimal): -128545 or 14617086. OLE color: 14617086.
HSL color Cylindrical-coordinate representation of color #FE09DF: hue angle of 307.59º 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 #FE09DF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.00 |
| HSL | 307.59º | 0.99% | 0.52% | - |
| HSV(B) | 307.59º | 0.96% | 1% | - |
| XYZ | 54.29 | 26.59 | 72.08 | - |
| YUV | 106.65 | 193.67 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 223 | 0 | 0.96 | 0.12 | 0.00 | 307.59 | 0.99 | 0.52 |
| Hex | FE | 9 | DF | 0 | 60 | C | 0 | 134 | 63 | 34 |
| Octal | 376 | 11 | 337 | 0 | 140 | 14 | 0 | 464 | 143 | 64 |
| Binary | 11111110 | 1001 | 11011111 | 0 | 1100000 | 1100 | 0 | 100110100 | 1100011 | 110100 |
Color Harmonies of #FE09DF
Complementary color
Monochromatic Colors of #FE09DF
Black with #FE09DF
Text Example
Text Example
White with #FE09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09DF; }
p { color: rgb(254,9,223); }
H1.HeaderClassName
{
color: #FE09DF;
}
.AnyTagClassName
{
color: #FE09DF;
}
</style>
background-color css
<style>
a { background-color: #FE09DF; }
a { background-color: rgb(254,9,223); }
div.DivClassName
{
background-color: #FE09DF;
}
.BgClassName
{
background-color: #FE09DF;
}
</style>
border-color css
<style>
span { border-color: #FE09DF; }
span { border-color: rgb(254,9,223); }
td.TdClassName
{
border-color: #FE09DF;
}
.TagClassName
{
border-color: #FE09DF;
}
</style>