Shades of Hot Magenta #FF03CA
Tints of Hot Magenta #FF03CA
RGB
CMYK
RGB Variations
Color information
#FF03CA (or 0xFF03CA) is known color: Hot Magenta. HEX triplet: FF, 03 and CA. RGB value is (255,3,202). Sum of RGB (Red+Green+Blue) = 255+3+202=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03CA is #00FC35. Grayscale: #646464. Windows color (decimal): -64566 or 13239295. OLE color: 13239295.
HSL color Cylindrical-coordinate representation of color #FF03CA: hue angle of 312.62º 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 #FF03CA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.21 | 0 |
| HSL | 312.62º | 1% | 0.51% | - |
| HSV(B) | 312.62º | 0.99% | 1% | - |
| XYZ | 51.93 | 25.59 | 58.08 | - |
| YUV | 101.03 | 184.99 | 237.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 202 | 0 | 0.99 | 0.21 | 0 | 312.62 | 1 | 0.51 |
| Hex | FF | 3 | CA | 0 | 63 | 15 | 0 | 139 | 64 | 33 |
| Octal | 377 | 3 | 312 | 0 | 143 | 25 | 0 | 471 | 144 | 63 |
| Binary | 11111111 | 11 | 11001010 | 0 | 1100011 | 10101 | 0 | 100111001 | 1100100 | 110011 |
Color Harmonies of #FF03CA
Complementary color
Monochromatic Colors of #FF03CA
Black with #FF03CA
Text Example
Text Example
White with #FF03CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03CA; }
p { color: rgb(255,3,202); }
H1.HeaderClassName
{
color: #FF03CA;
}
.AnyTagClassName
{
color: #FF03CA;
}
</style>
background-color css
<style>
a { background-color: #FF03CA; }
a { background-color: rgb(255,3,202); }
div.DivClassName
{
background-color: #FF03CA;
}
.BgClassName
{
background-color: #FF03CA;
}
</style>
border-color css
<style>
span { border-color: #FF03CA; }
span { border-color: rgb(255,3,202); }
td.TdClassName
{
border-color: #FF03CA;
}
.TagClassName
{
border-color: #FF03CA;
}
</style>