Shades of Hot Magenta #FF01C5
Tints of Hot Magenta #FF01C5
RGB
CMYK
RGB Variations
Color information
#FF01C5 (or 0xFF01C5) is known color: Hot Magenta. HEX triplet: FF, 01 and C5. RGB value is (255,1,197). Sum of RGB (Red+Green+Blue) = 255+1+197=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01C5 is #00FE3A. Grayscale: #626262. Windows color (decimal): -65083 or 12911103. OLE color: 12911103.
HSL color Cylindrical-coordinate representation of color #FF01C5: hue angle of 313.7º 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 #FF01C5 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.23 | 0 |
| HSL | 313.7º | 1% | 0.5% | - |
| HSV(B) | 313.7º | 1% | 1% | - |
| XYZ | 51.33 | 25.31 | 55 | - |
| YUV | 99.29 | 183.15 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 197 | 0 | 1.00 | 0.23 | 0 | 313.7 | 1 | 0.5 |
| Hex | FF | 1 | C5 | 0 | 64 | 17 | 0 | 13A | 64 | 32 |
| Octal | 377 | 1 | 305 | 0 | 144 | 27 | 0 | 472 | 144 | 62 |
| Binary | 11111111 | 1 | 11000101 | 0 | 1100100 | 10111 | 0 | 100111010 | 1100100 | 110010 |
Color Harmonies of #FF01C5
Complementary color
Monochromatic Colors of #FF01C5
Black with #FF01C5
Text Example
Text Example
White with #FF01C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01C5; }
p { color: rgb(255,1,197); }
H1.HeaderClassName
{
color: #FF01C5;
}
.AnyTagClassName
{
color: #FF01C5;
}
</style>
background-color css
<style>
a { background-color: #FF01C5; }
a { background-color: rgb(255,1,197); }
div.DivClassName
{
background-color: #FF01C5;
}
.BgClassName
{
background-color: #FF01C5;
}
</style>
border-color css
<style>
span { border-color: #FF01C5; }
span { border-color: rgb(255,1,197); }
td.TdClassName
{
border-color: #FF01C5;
}
.TagClassName
{
border-color: #FF01C5;
}
</style>