Shades of Hot Magenta #F205DB
Tints of Hot Magenta #F205DB
RGB
CMYK
RGB Variations
Color information
#F205DB (or 0xF205DB) is known color: Hot Magenta. HEX triplet: F2, 05 and DB. RGB value is (242,5,219). Sum of RGB (Red+Green+Blue) = 242+5+219=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 5 (2.34% from 255 or 1.07% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F205DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205DB is #0DFA24. Grayscale: #636363. Windows color (decimal): -916005 or 14353906. OLE color: 14353906.
HSL color Cylindrical-coordinate representation of color #F205DB: hue angle of 305.82º 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 #F205DB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.05 |
| HSL | 305.82º | 0.96% | 0.48% | - |
| HSV(B) | 305.82º | 0.98% | 0.95% | - |
| XYZ | 49.46 | 24.1 | 69.06 | - |
| YUV | 100.26 | 195.02 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 219 | 0 | 0.98 | 0.10 | 0.05 | 305.82 | 0.96 | 0.48 |
| Hex | F2 | 5 | DB | 0 | 62 | A | 5 | 132 | 60 | 30 |
| Octal | 362 | 5 | 333 | 0 | 142 | 12 | 5 | 462 | 140 | 60 |
| Binary | 11110010 | 101 | 11011011 | 0 | 1100010 | 1010 | 101 | 100110010 | 1100000 | 110000 |
Color Harmonies of #F205DB
Complementary color
Monochromatic Colors of #F205DB
Black with #F205DB
Text Example
Text Example
White with #F205DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205DB; }
p { color: rgb(242,5,219); }
H1.HeaderClassName
{
color: #F205DB;
}
.AnyTagClassName
{
color: #F205DB;
}
</style>
background-color css
<style>
a { background-color: #F205DB; }
a { background-color: rgb(242,5,219); }
div.DivClassName
{
background-color: #F205DB;
}
.BgClassName
{
background-color: #F205DB;
}
</style>
border-color css
<style>
span { border-color: #F205DB; }
span { border-color: rgb(242,5,219); }
td.TdClassName
{
border-color: #F205DB;
}
.TagClassName
{
border-color: #F205DB;
}
</style>