Shades of Hot Magenta #FF02C7
Tints of Hot Magenta #FF02C7
RGB
CMYK
RGB Variations
Color information
#FF02C7 (or 0xFF02C7) is known color: Hot Magenta. HEX triplet: FF, 02 and C7. RGB value is (255,2,199). Sum of RGB (Red+Green+Blue) = 255+2+199=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02C7 is #00FD38. Grayscale: #636363. Windows color (decimal): -64825 or 13042431. OLE color: 13042431.
HSL color Cylindrical-coordinate representation of color #FF02C7: hue angle of 313.28º 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 #FF02C7 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.22 | 0 |
| HSL | 313.28º | 1% | 0.5% | - |
| HSV(B) | 313.28º | 0.99% | 1% | - |
| XYZ | 51.57 | 25.43 | 56.22 | - |
| YUV | 100.11 | 183.82 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 199 | 0 | 0.99 | 0.22 | 0 | 313.28 | 1 | 0.5 |
| Hex | FF | 2 | C7 | 0 | 63 | 16 | 0 | 139 | 64 | 32 |
| Octal | 377 | 2 | 307 | 0 | 143 | 26 | 0 | 471 | 144 | 62 |
| Binary | 11111111 | 10 | 11000111 | 0 | 1100011 | 10110 | 0 | 100111001 | 1100100 | 110010 |
Color Harmonies of #FF02C7
Complementary color
Monochromatic Colors of #FF02C7
Black with #FF02C7
Text Example
Text Example
White with #FF02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02C7; }
p { color: rgb(255,2,199); }
H1.HeaderClassName
{
color: #FF02C7;
}
.AnyTagClassName
{
color: #FF02C7;
}
</style>
background-color css
<style>
a { background-color: #FF02C7; }
a { background-color: rgb(255,2,199); }
div.DivClassName
{
background-color: #FF02C7;
}
.BgClassName
{
background-color: #FF02C7;
}
</style>
border-color css
<style>
span { border-color: #FF02C7; }
span { border-color: rgb(255,2,199); }
td.TdClassName
{
border-color: #FF02C7;
}
.TagClassName
{
border-color: #FF02C7;
}
</style>