Shades of Hot Magenta #FF03DE
Tints of Hot Magenta #FF03DE
RGB
CMYK
RGB Variations
Color information
#FF03DE (or 0xFF03DE) is known color: Hot Magenta. HEX triplet: FF, 03 and DE. RGB value is (255,3,222). Sum of RGB (Red+Green+Blue) = 255+3+222=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03DE is #00FC21. Grayscale: #666666. Windows color (decimal): -64546 or 14550015. OLE color: 14550015.
HSL color Cylindrical-coordinate representation of color #FF03DE: hue angle of 307.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03DE is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 222 | - |
| CMYK | 0 | 0.99 | 0.13 | 0 |
| HSL | 307.86º | 1% | 0.51% | - |
| HSV(B) | 307.86º | 0.99% | 1% | - |
| XYZ | 54.46 | 26.6 | 71.37 | - |
| YUV | 103.31 | 194.99 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 222 | 0 | 0.99 | 0.13 | 0 | 307.86 | 1 | 0.51 |
| Hex | FF | 3 | DE | 0 | 63 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 3 | 336 | 0 | 143 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 11 | 11011110 | 0 | 1100011 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF03DE
Complementary color
Monochromatic Colors of #FF03DE
Black with #FF03DE
Text Example
Text Example
White with #FF03DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03DE; }
p { color: rgb(255,3,222); }
H1.HeaderClassName
{
color: #FF03DE;
}
.AnyTagClassName
{
color: #FF03DE;
}
</style>
background-color css
<style>
a { background-color: #FF03DE; }
a { background-color: rgb(255,3,222); }
div.DivClassName
{
background-color: #FF03DE;
}
.BgClassName
{
background-color: #FF03DE;
}
</style>
border-color css
<style>
span { border-color: #FF03DE; }
span { border-color: rgb(255,3,222); }
td.TdClassName
{
border-color: #FF03DE;
}
.TagClassName
{
border-color: #FF03DE;
}
</style>