Shades of Hot Magenta #FF03C6
Tints of Hot Magenta #FF03C6
RGB
CMYK
RGB Variations
Color information
#FF03C6 (or 0xFF03C6) is known color: Hot Magenta. HEX triplet: FF, 03 and C6. RGB value is (255,3,198). Sum of RGB (Red+Green+Blue) = 255+3+198=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03C6 is #00FC39. Grayscale: #646464. Windows color (decimal): -64570 or 12977151. OLE color: 12977151.
HSL color Cylindrical-coordinate representation of color #FF03C6: hue angle of 313.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.22 | 0 |
| HSL | 313.57º | 1% | 0.51% | - |
| HSV(B) | 313.57º | 0.99% | 1% | - |
| XYZ | 51.47 | 25.4 | 55.62 | - |
| YUV | 100.58 | 182.99 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 198 | 0 | 0.99 | 0.22 | 0 | 313.57 | 1 | 0.51 |
| Hex | FF | 3 | C6 | 0 | 63 | 16 | 0 | 13A | 64 | 33 |
| Octal | 377 | 3 | 306 | 0 | 143 | 26 | 0 | 472 | 144 | 63 |
| Binary | 11111111 | 11 | 11000110 | 0 | 1100011 | 10110 | 0 | 100111010 | 1100100 | 110011 |
Color Harmonies of #FF03C6
Complementary color
Monochromatic Colors of #FF03C6
Black with #FF03C6
Text Example
Text Example
White with #FF03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03C6; }
p { color: rgb(255,3,198); }
H1.HeaderClassName
{
color: #FF03C6;
}
.AnyTagClassName
{
color: #FF03C6;
}
</style>
background-color css
<style>
a { background-color: #FF03C6; }
a { background-color: rgb(255,3,198); }
div.DivClassName
{
background-color: #FF03C6;
}
.BgClassName
{
background-color: #FF03C6;
}
</style>
border-color css
<style>
span { border-color: #FF03C6; }
span { border-color: rgb(255,3,198); }
td.TdClassName
{
border-color: #FF03C6;
}
.TagClassName
{
border-color: #FF03C6;
}
</style>