Shades of Hot Magenta #F205CA
Tints of Hot Magenta #F205CA
RGB
CMYK
RGB Variations
Color information
#F205CA (or 0xF205CA) is known color: Hot Magenta. HEX triplet: F2, 05 and CA. RGB value is (242,5,202). Sum of RGB (Red+Green+Blue) = 242+5+202=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F205CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205CA is #0DFA35. Grayscale: #616161. Windows color (decimal): -916022 or 13239794. OLE color: 13239794.
HSL color Cylindrical-coordinate representation of color #F205CA: hue angle of 310.13º 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 #F205CA is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.05 |
| HSL | 310.13º | 0.96% | 0.48% | - |
| HSV(B) | 310.13º | 0.98% | 0.95% | - |
| XYZ | 47.33 | 23.25 | 57.87 | - |
| YUV | 98.32 | 186.52 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 202 | 0 | 0.98 | 0.17 | 0.05 | 310.13 | 0.96 | 0.48 |
| Hex | F2 | 5 | CA | 0 | 62 | 11 | 5 | 136 | 60 | 30 |
| Octal | 362 | 5 | 312 | 0 | 142 | 21 | 5 | 466 | 140 | 60 |
| Binary | 11110010 | 101 | 11001010 | 0 | 1100010 | 10001 | 101 | 100110110 | 1100000 | 110000 |
Color Harmonies of #F205CA
Complementary color
Monochromatic Colors of #F205CA
Black with #F205CA
Text Example
Text Example
White with #F205CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205CA; }
p { color: rgb(242,5,202); }
H1.HeaderClassName
{
color: #F205CA;
}
.AnyTagClassName
{
color: #F205CA;
}
</style>
background-color css
<style>
a { background-color: #F205CA; }
a { background-color: rgb(242,5,202); }
div.DivClassName
{
background-color: #F205CA;
}
.BgClassName
{
background-color: #F205CA;
}
</style>
border-color css
<style>
span { border-color: #F205CA; }
span { border-color: rgb(242,5,202); }
td.TdClassName
{
border-color: #F205CA;
}
.TagClassName
{
border-color: #F205CA;
}
</style>