Shades of Hot Magenta #FF05C6
Tints of Hot Magenta #FF05C6
RGB
CMYK
RGB Variations
Color information
#FF05C6 (or 0xFF05C6) is known color: Hot Magenta. HEX triplet: FF, 05 and C6. RGB value is (255,5,198). Sum of RGB (Red+Green+Blue) = 255+5+198=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05C6 is #00FA39. Grayscale: #656565. Windows color (decimal): -64058 or 12977663. OLE color: 12977663.
HSL color Cylindrical-coordinate representation of color #FF05C6: hue angle of 313.68º 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 #FF05C6 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 198 | - |
| CMYK | 0 | 0.98 | 0.22 | 0 |
| HSL | 313.68º | 1% | 0.51% | - |
| HSV(B) | 313.68º | 0.98% | 1% | - |
| XYZ | 51.49 | 25.45 | 55.62 | - |
| YUV | 101.75 | 182.33 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 198 | 0 | 0.98 | 0.22 | 0 | 313.68 | 1 | 0.51 |
| Hex | FF | 5 | C6 | 0 | 62 | 16 | 0 | 13A | 64 | 33 |
| Octal | 377 | 5 | 306 | 0 | 142 | 26 | 0 | 472 | 144 | 63 |
| Binary | 11111111 | 101 | 11000110 | 0 | 1100010 | 10110 | 0 | 100111010 | 1100100 | 110011 |
Color Harmonies of #FF05C6
Complementary color
Monochromatic Colors of #FF05C6
Black with #FF05C6
Text Example
Text Example
White with #FF05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05C6; }
p { color: rgb(255,5,198); }
H1.HeaderClassName
{
color: #FF05C6;
}
.AnyTagClassName
{
color: #FF05C6;
}
</style>
background-color css
<style>
a { background-color: #FF05C6; }
a { background-color: rgb(255,5,198); }
div.DivClassName
{
background-color: #FF05C6;
}
.BgClassName
{
background-color: #FF05C6;
}
</style>
border-color css
<style>
span { border-color: #FF05C6; }
span { border-color: rgb(255,5,198); }
td.TdClassName
{
border-color: #FF05C6;
}
.TagClassName
{
border-color: #FF05C6;
}
</style>