Shades of Hot Magenta #FF06D3
Tints of Hot Magenta #FF06D3
RGB
CMYK
RGB Variations
Color information
#FF06D3 (or 0xFF06D3) is known color: Hot Magenta. HEX triplet: FF, 06 and D3. RGB value is (255,6,211). Sum of RGB (Red+Green+Blue) = 255+6+211=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06D3 is #00F92C. Grayscale: #676767. Windows color (decimal): -63789 or 13829887. OLE color: 13829887.
HSL color Cylindrical-coordinate representation of color #FF06D3: hue angle of 310.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06D3 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 211 | - |
| CMYK | 0 | 0.98 | 0.17 | 0 |
| HSL | 310.6º | 1% | 0.51% | - |
| HSV(B) | 310.6º | 0.98% | 1% | - |
| XYZ | 53.06 | 26.09 | 63.87 | - |
| YUV | 103.82 | 188.49 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 211 | 0 | 0.98 | 0.17 | 0 | 310.6 | 1 | 0.51 |
| Hex | FF | 6 | D3 | 0 | 62 | 11 | 0 | 137 | 64 | 33 |
| Octal | 377 | 6 | 323 | 0 | 142 | 21 | 0 | 467 | 144 | 63 |
| Binary | 11111111 | 110 | 11010011 | 0 | 1100010 | 10001 | 0 | 100110111 | 1100100 | 110011 |
Color Harmonies of #FF06D3
Complementary color
Monochromatic Colors of #FF06D3
Black with #FF06D3
Text Example
Text Example
White with #FF06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06D3; }
p { color: rgb(255,6,211); }
H1.HeaderClassName
{
color: #FF06D3;
}
.AnyTagClassName
{
color: #FF06D3;
}
</style>
background-color css
<style>
a { background-color: #FF06D3; }
a { background-color: rgb(255,6,211); }
div.DivClassName
{
background-color: #FF06D3;
}
.BgClassName
{
background-color: #FF06D3;
}
</style>
border-color css
<style>
span { border-color: #FF06D3; }
span { border-color: rgb(255,6,211); }
td.TdClassName
{
border-color: #FF06D3;
}
.TagClassName
{
border-color: #FF06D3;
}
</style>