Shades of Hot Magenta #FF0CDA
Tints of Hot Magenta #FF0CDA
RGB
CMYK
RGB Variations
Color information
#FF0CDA (or 0xFF0CDA) is known color: Hot Magenta. HEX triplet: FF, 0C and DA. RGB value is (255,12,218). Sum of RGB (Red+Green+Blue) = 255+12+218=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CDA is #00F325. Grayscale: #6B6B6B. Windows color (decimal): -62246 or 14290175. OLE color: 14290175.
HSL color Cylindrical-coordinate representation of color #FF0CDA: hue angle of 309.14º 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 #FF0CDA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.15 | 0 |
| HSL | 309.14º | 1% | 0.52% | - |
| HSV(B) | 309.14º | 0.95% | 1% | - |
| XYZ | 54.03 | 26.58 | 68.61 | - |
| YUV | 108.14 | 190.01 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 218 | 0 | 0.95 | 0.15 | 0 | 309.14 | 1 | 0.52 |
| Hex | FF | C | DA | 0 | 5F | F | 0 | 135 | 64 | 34 |
| Octal | 377 | 14 | 332 | 0 | 137 | 17 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1100 | 11011010 | 0 | 1011111 | 1111 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0CDA
Complementary color
Monochromatic Colors of #FF0CDA
Black with #FF0CDA
Text Example
Text Example
White with #FF0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CDA; }
p { color: rgb(255,12,218); }
H1.HeaderClassName
{
color: #FF0CDA;
}
.AnyTagClassName
{
color: #FF0CDA;
}
</style>
background-color css
<style>
a { background-color: #FF0CDA; }
a { background-color: rgb(255,12,218); }
div.DivClassName
{
background-color: #FF0CDA;
}
.BgClassName
{
background-color: #FF0CDA;
}
</style>
border-color css
<style>
span { border-color: #FF0CDA; }
span { border-color: rgb(255,12,218); }
td.TdClassName
{
border-color: #FF0CDA;
}
.TagClassName
{
border-color: #FF0CDA;
}
</style>