Shades of Hot Magenta #FF01CA
Tints of Hot Magenta #FF01CA
RGB
CMYK
RGB Variations
Color information
#FF01CA (or 0xFF01CA) is known color: Hot Magenta. HEX triplet: FF, 01 and CA. RGB value is (255,1,202). Sum of RGB (Red+Green+Blue) = 255+1+202=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01CA is #00FE35. Grayscale: #636363. Windows color (decimal): -65078 or 13238783. OLE color: 13238783.
HSL color Cylindrical-coordinate representation of color #FF01CA: hue angle of 312.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01CA is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.21 | 0 |
| HSL | 312.52º | 1% | 0.5% | - |
| HSV(B) | 312.52º | 1% | 1% | - |
| XYZ | 51.91 | 25.55 | 58.07 | - |
| YUV | 99.86 | 185.65 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 202 | 0 | 1.00 | 0.21 | 0 | 312.52 | 1 | 0.5 |
| Hex | FF | 1 | CA | 0 | 64 | 15 | 0 | 139 | 64 | 32 |
| Octal | 377 | 1 | 312 | 0 | 144 | 25 | 0 | 471 | 144 | 62 |
| Binary | 11111111 | 1 | 11001010 | 0 | 1100100 | 10101 | 0 | 100111001 | 1100100 | 110010 |
Color Harmonies of #FF01CA
Complementary color
Monochromatic Colors of #FF01CA
Black with #FF01CA
Text Example
Text Example
White with #FF01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01CA; }
p { color: rgb(255,1,202); }
H1.HeaderClassName
{
color: #FF01CA;
}
.AnyTagClassName
{
color: #FF01CA;
}
</style>
background-color css
<style>
a { background-color: #FF01CA; }
a { background-color: rgb(255,1,202); }
div.DivClassName
{
background-color: #FF01CA;
}
.BgClassName
{
background-color: #FF01CA;
}
</style>
border-color css
<style>
span { border-color: #FF01CA; }
span { border-color: rgb(255,1,202); }
td.TdClassName
{
border-color: #FF01CA;
}
.TagClassName
{
border-color: #FF01CA;
}
</style>