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