Shades of Hot Magenta #F205D1
Tints of Hot Magenta #F205D1
RGB
CMYK
RGB Variations
Color information
#F205D1 (or 0xF205D1) is known color: Hot Magenta. HEX triplet: F2, 05 and D1. RGB value is (242,5,209). Sum of RGB (Red+Green+Blue) = 242+5+209=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F205D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205D1 is #0DFA2E. Grayscale: #626262. Windows color (decimal): -916015 or 13698546. OLE color: 13698546.
HSL color Cylindrical-coordinate representation of color #F205D1: hue angle of 308.35º 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 #F205D1 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 209 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.05 |
| HSL | 308.35º | 0.96% | 0.48% | - |
| HSV(B) | 308.35º | 0.98% | 0.95% | - |
| XYZ | 48.18 | 23.59 | 62.34 | - |
| YUV | 99.12 | 190.02 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 209 | 0 | 0.98 | 0.14 | 0.05 | 308.35 | 0.96 | 0.48 |
| Hex | F2 | 5 | D1 | 0 | 62 | E | 5 | 134 | 60 | 30 |
| Octal | 362 | 5 | 321 | 0 | 142 | 16 | 5 | 464 | 140 | 60 |
| Binary | 11110010 | 101 | 11010001 | 0 | 1100010 | 1110 | 101 | 100110100 | 1100000 | 110000 |
Color Harmonies of #F205D1
Complementary color
Monochromatic Colors of #F205D1
Black with #F205D1
Text Example
Text Example
White with #F205D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205D1; }
p { color: rgb(242,5,209); }
H1.HeaderClassName
{
color: #F205D1;
}
.AnyTagClassName
{
color: #F205D1;
}
</style>
background-color css
<style>
a { background-color: #F205D1; }
a { background-color: rgb(242,5,209); }
div.DivClassName
{
background-color: #F205D1;
}
.BgClassName
{
background-color: #F205D1;
}
</style>
border-color css
<style>
span { border-color: #F205D1; }
span { border-color: rgb(242,5,209); }
td.TdClassName
{
border-color: #F205D1;
}
.TagClassName
{
border-color: #F205D1;
}
</style>