Shades of Hot Magenta #F205C8
Tints of Hot Magenta #F205C8
RGB
CMYK
RGB Variations
Color information
#F205C8 (or 0xF205C8) is known color: Hot Magenta. HEX triplet: F2, 05 and C8. RGB value is (242,5,200). Sum of RGB (Red+Green+Blue) = 242+5+200=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F205C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205C8 is #0DFA37. Grayscale: #616161. Windows color (decimal): -916024 or 13108722. OLE color: 13108722.
HSL color Cylindrical-coordinate representation of color #F205C8: hue angle of 310.63º 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 #F205C8 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 200 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.05 |
| HSL | 310.63º | 0.96% | 0.48% | - |
| HSV(B) | 310.63º | 0.98% | 0.95% | - |
| XYZ | 47.1 | 23.16 | 56.63 | - |
| YUV | 98.09 | 185.52 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 200 | 0 | 0.98 | 0.17 | 0.05 | 310.63 | 0.96 | 0.48 |
| Hex | F2 | 5 | C8 | 0 | 62 | 11 | 5 | 137 | 60 | 30 |
| Octal | 362 | 5 | 310 | 0 | 142 | 21 | 5 | 467 | 140 | 60 |
| Binary | 11110010 | 101 | 11001000 | 0 | 1100010 | 10001 | 101 | 100110111 | 1100000 | 110000 |
Color Harmonies of #F205C8
Complementary color
Monochromatic Colors of #F205C8
Black with #F205C8
Text Example
Text Example
White with #F205C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205C8; }
p { color: rgb(242,5,200); }
H1.HeaderClassName
{
color: #F205C8;
}
.AnyTagClassName
{
color: #F205C8;
}
</style>
background-color css
<style>
a { background-color: #F205C8; }
a { background-color: rgb(242,5,200); }
div.DivClassName
{
background-color: #F205C8;
}
.BgClassName
{
background-color: #F205C8;
}
</style>
border-color css
<style>
span { border-color: #F205C8; }
span { border-color: rgb(242,5,200); }
td.TdClassName
{
border-color: #F205C8;
}
.TagClassName
{
border-color: #F205C8;
}
</style>