Shades of Hot Magenta #F205C9
Tints of Hot Magenta #F205C9
RGB
CMYK
RGB Variations
Color information
#F205C9 (or 0xF205C9) is known color: Hot Magenta. HEX triplet: F2, 05 and C9. RGB value is (242,5,201). Sum of RGB (Red+Green+Blue) = 242+5+201=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F205C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205C9 is #0DFA36. Grayscale: #616161. Windows color (decimal): -916023 or 13174258. OLE color: 13174258.
HSL color Cylindrical-coordinate representation of color #F205C9: hue angle of 310.38º 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 #F205C9 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.05 |
| HSL | 310.38º | 0.96% | 0.48% | - |
| HSV(B) | 310.38º | 0.98% | 0.95% | - |
| XYZ | 47.21 | 23.2 | 57.25 | - |
| YUV | 98.21 | 186.02 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 201 | 0 | 0.98 | 0.17 | 0.05 | 310.38 | 0.96 | 0.48 |
| Hex | F2 | 5 | C9 | 0 | 62 | 11 | 5 | 136 | 60 | 30 |
| Octal | 362 | 5 | 311 | 0 | 142 | 21 | 5 | 466 | 140 | 60 |
| Binary | 11110010 | 101 | 11001001 | 0 | 1100010 | 10001 | 101 | 100110110 | 1100000 | 110000 |
Color Harmonies of #F205C9
Complementary color
Monochromatic Colors of #F205C9
Black with #F205C9
Text Example
Text Example
White with #F205C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205C9; }
p { color: rgb(242,5,201); }
H1.HeaderClassName
{
color: #F205C9;
}
.AnyTagClassName
{
color: #F205C9;
}
</style>
background-color css
<style>
a { background-color: #F205C9; }
a { background-color: rgb(242,5,201); }
div.DivClassName
{
background-color: #F205C9;
}
.BgClassName
{
background-color: #F205C9;
}
</style>
border-color css
<style>
span { border-color: #F205C9; }
span { border-color: rgb(242,5,201); }
td.TdClassName
{
border-color: #F205C9;
}
.TagClassName
{
border-color: #F205C9;
}
</style>