Shades of Hot Magenta #FF09DE
Tints of Hot Magenta #FF09DE
RGB
CMYK
RGB Variations
Color information
#FF09DE (or 0xFF09DE) is known color: Hot Magenta. HEX triplet: FF, 09 and DE. RGB value is (255,9,222). Sum of RGB (Red+Green+Blue) = 255+9+222=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 9 (3.91% from 255 or 1.85% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09DE is #00F621. Grayscale: #6A6A6A. Windows color (decimal): -63010 or 14551551. OLE color: 14551551.
HSL color Cylindrical-coordinate representation of color #FF09DE: hue angle of 308.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09DE is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 222 | - |
| CMYK | 0 | 0.96 | 0.13 | 0 |
| HSL | 308.05º | 1% | 0.52% | - |
| HSV(B) | 308.05º | 0.96% | 1% | - |
| XYZ | 54.52 | 26.73 | 71.39 | - |
| YUV | 106.84 | 193 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 222 | 0 | 0.96 | 0.13 | 0 | 308.05 | 1 | 0.52 |
| Hex | FF | 9 | DE | 0 | 60 | D | 0 | 134 | 64 | 34 |
| Octal | 377 | 11 | 336 | 0 | 140 | 15 | 0 | 464 | 144 | 64 |
| Binary | 11111111 | 1001 | 11011110 | 0 | 1100000 | 1101 | 0 | 100110100 | 1100100 | 110100 |
Color Harmonies of #FF09DE
Complementary color
Monochromatic Colors of #FF09DE
Black with #FF09DE
Text Example
Text Example
White with #FF09DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09DE; }
p { color: rgb(255,9,222); }
H1.HeaderClassName
{
color: #FF09DE;
}
.AnyTagClassName
{
color: #FF09DE;
}
</style>
background-color css
<style>
a { background-color: #FF09DE; }
a { background-color: rgb(255,9,222); }
div.DivClassName
{
background-color: #FF09DE;
}
.BgClassName
{
background-color: #FF09DE;
}
</style>
border-color css
<style>
span { border-color: #FF09DE; }
span { border-color: rgb(255,9,222); }
td.TdClassName
{
border-color: #FF09DE;
}
.TagClassName
{
border-color: #FF09DE;
}
</style>