Shades of Hot Magenta #FF00C4
Tints of Hot Magenta #FF00C4
RGB
CMYK
RGB Variations
Color information
#FF00C4 (or 0xFF00C4) is known color: Hot Magenta. HEX triplet: FF, 00 and C4. RGB value is (255,0,196). Sum of RGB (Red+Green+Blue) = 255+0+196=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00C4 is #00FF3B. Grayscale: #626262. Windows color (decimal): -65340 or 12845311. OLE color: 12845311.
HSL color Cylindrical-coordinate representation of color #FF00C4: hue angle of 313.88º 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 #FF00C4 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.23 | 0 |
| HSL | 313.88º | 1% | 0.5% | - |
| HSV(B) | 313.88º | 1% | 1% | - |
| XYZ | 51.2 | 25.25 | 54.4 | - |
| YUV | 98.59 | 182.98 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 196 | 0 | 1 | 0.23 | 0 | 313.88 | 1 | 0.5 |
| Hex | FF | 0 | C4 | 0 | 64 | 17 | 0 | 13A | 64 | 32 |
| Octal | 377 | 0 | 304 | 0 | 144 | 27 | 0 | 472 | 144 | 62 |
| Binary | 11111111 | 0 | 11000100 | 0 | 1100100 | 10111 | 0 | 100111010 | 1100100 | 110010 |
Color Harmonies of #FF00C4
Complementary color
Monochromatic Colors of #FF00C4
Black with #FF00C4
Text Example
Text Example
White with #FF00C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00C4; }
p { color: rgb(255,0,196); }
H1.HeaderClassName
{
color: #FF00C4;
}
.AnyTagClassName
{
color: #FF00C4;
}
</style>
background-color css
<style>
a { background-color: #FF00C4; }
a { background-color: rgb(255,0,196); }
div.DivClassName
{
background-color: #FF00C4;
}
.BgClassName
{
background-color: #FF00C4;
}
</style>
border-color css
<style>
span { border-color: #FF00C4; }
span { border-color: rgb(255,0,196); }
td.TdClassName
{
border-color: #FF00C4;
}
.TagClassName
{
border-color: #FF00C4;
}
</style>