Shades of Hot Magenta #FF02DD
Tints of Hot Magenta #FF02DD
RGB
CMYK
RGB Variations
Color information
#FF02DD (or 0xFF02DD) is known color: Hot Magenta. HEX triplet: FF, 02 and DD. RGB value is (255,2,221). Sum of RGB (Red+Green+Blue) = 255+2+221=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF02DD is #00FD22. Grayscale: #656565. Windows color (decimal): -64803 or 14484223. OLE color: 14484223.
HSL color Cylindrical-coordinate representation of color #FF02DD: hue angle of 308.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02DD is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 221 | - |
| CMYK | 0 | 0.99 | 0.13 | 0 |
| HSL | 308.06º | 1% | 0.5% | - |
| HSV(B) | 308.06º | 0.99% | 1% | - |
| XYZ | 54.31 | 26.52 | 70.66 | - |
| YUV | 102.61 | 194.82 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 221 | 0 | 0.99 | 0.13 | 0 | 308.06 | 1 | 0.5 |
| Hex | FF | 2 | DD | 0 | 63 | D | 0 | 134 | 64 | 32 |
| Octal | 377 | 2 | 335 | 0 | 143 | 15 | 0 | 464 | 144 | 62 |
| Binary | 11111111 | 10 | 11011101 | 0 | 1100011 | 1101 | 0 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FF02DD
Complementary color
Monochromatic Colors of #FF02DD
Black with #FF02DD
Text Example
Text Example
White with #FF02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02DD; }
p { color: rgb(255,2,221); }
H1.HeaderClassName
{
color: #FF02DD;
}
.AnyTagClassName
{
color: #FF02DD;
}
</style>
background-color css
<style>
a { background-color: #FF02DD; }
a { background-color: rgb(255,2,221); }
div.DivClassName
{
background-color: #FF02DD;
}
.BgClassName
{
background-color: #FF02DD;
}
</style>
border-color css
<style>
span { border-color: #FF02DD; }
span { border-color: rgb(255,2,221); }
td.TdClassName
{
border-color: #FF02DD;
}
.TagClassName
{
border-color: #FF02DD;
}
</style>