Shades of Hot Magenta #FF02C5
Tints of Hot Magenta #FF02C5
RGB
CMYK
RGB Variations
Color information
#FF02C5 (or 0xFF02C5) is known color: Hot Magenta. HEX triplet: FF, 02 and C5. RGB value is (255,2,197). Sum of RGB (Red+Green+Blue) = 255+2+197=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02C5 is #00FD3A. Grayscale: #636363. Windows color (decimal): -64827 or 12911359. OLE color: 12911359.
HSL color Cylindrical-coordinate representation of color #FF02C5: hue angle of 313.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02C5 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 197 | - |
| CMYK | 0 | 0.99 | 0.23 | 0 |
| HSL | 313.75º | 1% | 0.5% | - |
| HSV(B) | 313.75º | 0.99% | 1% | - |
| XYZ | 51.34 | 25.33 | 55.01 | - |
| YUV | 99.88 | 182.82 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 197 | 0 | 0.99 | 0.23 | 0 | 313.75 | 1 | 0.5 |
| Hex | FF | 2 | C5 | 0 | 63 | 17 | 0 | 13A | 64 | 32 |
| Octal | 377 | 2 | 305 | 0 | 143 | 27 | 0 | 472 | 144 | 62 |
| Binary | 11111111 | 10 | 11000101 | 0 | 1100011 | 10111 | 0 | 100111010 | 1100100 | 110010 |
Color Harmonies of #FF02C5
Complementary color
Monochromatic Colors of #FF02C5
Black with #FF02C5
Text Example
Text Example
White with #FF02C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02C5; }
p { color: rgb(255,2,197); }
H1.HeaderClassName
{
color: #FF02C5;
}
.AnyTagClassName
{
color: #FF02C5;
}
</style>
background-color css
<style>
a { background-color: #FF02C5; }
a { background-color: rgb(255,2,197); }
div.DivClassName
{
background-color: #FF02C5;
}
.BgClassName
{
background-color: #FF02C5;
}
</style>
border-color css
<style>
span { border-color: #FF02C5; }
span { border-color: rgb(255,2,197); }
td.TdClassName
{
border-color: #FF02C5;
}
.TagClassName
{
border-color: #FF02C5;
}
</style>