Shades of Hot Magenta #FF03DF
Tints of Hot Magenta #FF03DF
RGB
CMYK
RGB Variations
Color information
#FF03DF (or 0xFF03DF) is known color: Hot Magenta. HEX triplet: FF, 03 and DF. RGB value is (255,3,223). Sum of RGB (Red+Green+Blue) = 255+3+223=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03DF is #00FC20. Grayscale: #666666. Windows color (decimal): -64545 or 14615551. OLE color: 14615551.
HSL color Cylindrical-coordinate representation of color #FF03DF: hue angle of 307.62º 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 #FF03DF is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.13 | 0 |
| HSL | 307.62º | 1% | 0.51% | - |
| HSV(B) | 307.62º | 0.99% | 1% | - |
| XYZ | 54.59 | 26.65 | 72.08 | - |
| YUV | 103.43 | 195.49 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 223 | 0 | 0.99 | 0.13 | 0 | 307.62 | 1 | 0.51 |
| Hex | FF | 3 | DF | 0 | 63 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 3 | 337 | 0 | 143 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 11 | 11011111 | 0 | 1100011 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF03DF
Complementary color
Monochromatic Colors of #FF03DF
Black with #FF03DF
Text Example
Text Example
White with #FF03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03DF; }
p { color: rgb(255,3,223); }
H1.HeaderClassName
{
color: #FF03DF;
}
.AnyTagClassName
{
color: #FF03DF;
}
</style>
background-color css
<style>
a { background-color: #FF03DF; }
a { background-color: rgb(255,3,223); }
div.DivClassName
{
background-color: #FF03DF;
}
.BgClassName
{
background-color: #FF03DF;
}
</style>
border-color css
<style>
span { border-color: #FF03DF; }
span { border-color: rgb(255,3,223); }
td.TdClassName
{
border-color: #FF03DF;
}
.TagClassName
{
border-color: #FF03DF;
}
</style>