Shades of Hot Magenta #FF01D4
Tints of Hot Magenta #FF01D4
RGB
CMYK
RGB Variations
Color information
#FF01D4 (or 0xFF01D4) is known color: Hot Magenta. HEX triplet: FF, 01 and D4. RGB value is (255,1,212). Sum of RGB (Red+Green+Blue) = 255+1+212=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01D4 is #00FE2B. Grayscale: #646464. Windows color (decimal): -65068 or 13894143. OLE color: 13894143.
HSL color Cylindrical-coordinate representation of color #FF01D4: hue angle of 310.16º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01D4 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 212 | - |
| CMYK | 0 | 1.00 | 0.17 | 0 |
| HSL | 310.16º | 1% | 0.5% | - |
| HSV(B) | 310.16º | 1% | 1% | - |
| XYZ | 53.13 | 26.04 | 64.51 | - |
| YUV | 101 | 190.65 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 212 | 0 | 1.00 | 0.17 | 0 | 310.16 | 1 | 0.5 |
| Hex | FF | 1 | D4 | 0 | 64 | 11 | 0 | 136 | 64 | 32 |
| Octal | 377 | 1 | 324 | 0 | 144 | 21 | 0 | 466 | 144 | 62 |
| Binary | 11111111 | 1 | 11010100 | 0 | 1100100 | 10001 | 0 | 100110110 | 1100100 | 110010 |
Color Harmonies of #FF01D4
Complementary color
Monochromatic Colors of #FF01D4
Black with #FF01D4
Text Example
Text Example
White with #FF01D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01D4; }
p { color: rgb(255,1,212); }
H1.HeaderClassName
{
color: #FF01D4;
}
.AnyTagClassName
{
color: #FF01D4;
}
</style>
background-color css
<style>
a { background-color: #FF01D4; }
a { background-color: rgb(255,1,212); }
div.DivClassName
{
background-color: #FF01D4;
}
.BgClassName
{
background-color: #FF01D4;
}
</style>
border-color css
<style>
span { border-color: #FF01D4; }
span { border-color: rgb(255,1,212); }
td.TdClassName
{
border-color: #FF01D4;
}
.TagClassName
{
border-color: #FF01D4;
}
</style>