Shades of Hot Magenta #FF06E2
Tints of Hot Magenta #FF06E2
RGB
CMYK
RGB Variations
Color information
#FF06E2 (or 0xFF06E2) is known color: Hot Magenta. HEX triplet: FF, 06 and E2. RGB value is (255,6,226). Sum of RGB (Red+Green+Blue) = 255+6+226=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06E2 is #00F91D. Grayscale: #686868. Windows color (decimal): -63774 or 14812927. OLE color: 14812927.
HSL color Cylindrical-coordinate representation of color #FF06E2: hue angle of 306.99º 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 #FF06E2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 226 | - |
| CMYK | 0 | 0.98 | 0.11 | 0 |
| HSL | 306.99º | 1% | 0.51% | - |
| HSV(B) | 306.99º | 0.98% | 1% | - |
| XYZ | 55.03 | 26.88 | 74.24 | - |
| YUV | 105.53 | 195.99 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 226 | 0 | 0.98 | 0.11 | 0 | 306.99 | 1 | 0.51 |
| Hex | FF | 6 | E2 | 0 | 62 | B | 0 | 133 | 64 | 33 |
| Octal | 377 | 6 | 342 | 0 | 142 | 13 | 0 | 463 | 144 | 63 |
| Binary | 11111111 | 110 | 11100010 | 0 | 1100010 | 1011 | 0 | 100110011 | 1100100 | 110011 |
Color Harmonies of #FF06E2
Complementary color
Monochromatic Colors of #FF06E2
Black with #FF06E2
Text Example
Text Example
White with #FF06E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06E2; }
p { color: rgb(255,6,226); }
H1.HeaderClassName
{
color: #FF06E2;
}
.AnyTagClassName
{
color: #FF06E2;
}
</style>
background-color css
<style>
a { background-color: #FF06E2; }
a { background-color: rgb(255,6,226); }
div.DivClassName
{
background-color: #FF06E2;
}
.BgClassName
{
background-color: #FF06E2;
}
</style>
border-color css
<style>
span { border-color: #FF06E2; }
span { border-color: rgb(255,6,226); }
td.TdClassName
{
border-color: #FF06E2;
}
.TagClassName
{
border-color: #FF06E2;
}
</style>