Shades of Hot Magenta #F205DD
Tints of Hot Magenta #F205DD
RGB
CMYK
RGB Variations
Color information
#F205DD (or 0xF205DD) is known color: Hot Magenta. HEX triplet: F2, 05 and DD. RGB value is (242,5,221). Sum of RGB (Red+Green+Blue) = 242+5+221=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F205DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205DD is #0DFA22. Grayscale: #636363. Windows color (decimal): -916003 or 14484978. OLE color: 14484978.
HSL color Cylindrical-coordinate representation of color #F205DD: hue angle of 305.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205DD is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.05 |
| HSL | 305.32º | 0.96% | 0.48% | - |
| HSV(B) | 305.32º | 0.98% | 0.95% | - |
| XYZ | 49.72 | 24.21 | 70.46 | - |
| YUV | 100.49 | 196.02 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 221 | 0 | 0.98 | 0.09 | 0.05 | 305.32 | 0.96 | 0.48 |
| Hex | F2 | 5 | DD | 0 | 62 | 9 | 5 | 131 | 60 | 30 |
| Octal | 362 | 5 | 335 | 0 | 142 | 11 | 5 | 461 | 140 | 60 |
| Binary | 11110010 | 101 | 11011101 | 0 | 1100010 | 1001 | 101 | 100110001 | 1100000 | 110000 |
Color Harmonies of #F205DD
Complementary color
Monochromatic Colors of #F205DD
Black with #F205DD
Text Example
Text Example
White with #F205DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205DD; }
p { color: rgb(242,5,221); }
H1.HeaderClassName
{
color: #F205DD;
}
.AnyTagClassName
{
color: #F205DD;
}
</style>
background-color css
<style>
a { background-color: #F205DD; }
a { background-color: rgb(242,5,221); }
div.DivClassName
{
background-color: #F205DD;
}
.BgClassName
{
background-color: #F205DD;
}
</style>
border-color css
<style>
span { border-color: #F205DD; }
span { border-color: rgb(242,5,221); }
td.TdClassName
{
border-color: #F205DD;
}
.TagClassName
{
border-color: #F205DD;
}
</style>