Shades of Hot Magenta #FF0CE5
Tints of Hot Magenta #FF0CE5
RGB
CMYK
RGB Variations
Color information
#FF0CE5 (or 0xFF0CE5) is known color: Hot Magenta. HEX triplet: FF, 0C and E5. RGB value is (255,12,229). Sum of RGB (Red+Green+Blue) = 255+12+229=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CE5 is #00F31A. Grayscale: #6C6C6C. Windows color (decimal): -62235 or 15011071. OLE color: 15011071.
HSL color Cylindrical-coordinate representation of color #FF0CE5: hue angle of 306.42º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.10 | 0 |
| HSL | 306.42º | 1% | 0.52% | - |
| HSV(B) | 306.42º | 0.95% | 1% | - |
| XYZ | 55.51 | 27.18 | 76.45 | - |
| YUV | 109.4 | 195.51 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 229 | 0 | 0.95 | 0.10 | 0 | 306.42 | 1 | 0.52 |
| Hex | FF | C | E5 | 0 | 5F | A | 0 | 132 | 64 | 34 |
| Octal | 377 | 14 | 345 | 0 | 137 | 12 | 0 | 462 | 144 | 64 |
| Binary | 11111111 | 1100 | 11100101 | 0 | 1011111 | 1010 | 0 | 100110010 | 1100100 | 110100 |
Color Harmonies of #FF0CE5
Complementary color
Monochromatic Colors of #FF0CE5
Black with #FF0CE5
Text Example
Text Example
White with #FF0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CE5; }
p { color: rgb(255,12,229); }
H1.HeaderClassName
{
color: #FF0CE5;
}
.AnyTagClassName
{
color: #FF0CE5;
}
</style>
background-color css
<style>
a { background-color: #FF0CE5; }
a { background-color: rgb(255,12,229); }
div.DivClassName
{
background-color: #FF0CE5;
}
.BgClassName
{
background-color: #FF0CE5;
}
</style>
border-color css
<style>
span { border-color: #FF0CE5; }
span { border-color: rgb(255,12,229); }
td.TdClassName
{
border-color: #FF0CE5;
}
.TagClassName
{
border-color: #FF0CE5;
}
</style>