Shades of Hot Magenta #FF05C7
Tints of Hot Magenta #FF05C7
RGB
CMYK
RGB Variations
Color information
#FF05C7 (or 0xFF05C7) is known color: Hot Magenta. HEX triplet: FF, 05 and C7. RGB value is (255,5,199). Sum of RGB (Red+Green+Blue) = 255+5+199=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05C7 is #00FA38. Grayscale: #656565. Windows color (decimal): -64057 or 13043199. OLE color: 13043199.
HSL color Cylindrical-coordinate representation of color #FF05C7: hue angle of 313.44º 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 #FF05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.22 | 0 |
| HSL | 313.44º | 1% | 0.51% | - |
| HSV(B) | 313.44º | 0.98% | 1% | - |
| XYZ | 51.6 | 25.49 | 56.23 | - |
| YUV | 101.87 | 182.83 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 199 | 0 | 0.98 | 0.22 | 0 | 313.44 | 1 | 0.51 |
| Hex | FF | 5 | C7 | 0 | 62 | 16 | 0 | 139 | 64 | 33 |
| Octal | 377 | 5 | 307 | 0 | 142 | 26 | 0 | 471 | 144 | 63 |
| Binary | 11111111 | 101 | 11000111 | 0 | 1100010 | 10110 | 0 | 100111001 | 1100100 | 110011 |
Color Harmonies of #FF05C7
Complementary color
Monochromatic Colors of #FF05C7
Black with #FF05C7
Text Example
Text Example
White with #FF05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05C7; }
p { color: rgb(255,5,199); }
H1.HeaderClassName
{
color: #FF05C7;
}
.AnyTagClassName
{
color: #FF05C7;
}
</style>
background-color css
<style>
a { background-color: #FF05C7; }
a { background-color: rgb(255,5,199); }
div.DivClassName
{
background-color: #FF05C7;
}
.BgClassName
{
background-color: #FF05C7;
}
</style>
border-color css
<style>
span { border-color: #FF05C7; }
span { border-color: rgb(255,5,199); }
td.TdClassName
{
border-color: #FF05C7;
}
.TagClassName
{
border-color: #FF05C7;
}
</style>