Shades of Hot Magenta #F205CC
Tints of Hot Magenta #F205CC
RGB
CMYK
RGB Variations
Color information
#F205CC (or 0xF205CC) is known color: Hot Magenta. HEX triplet: F2, 05 and CC. RGB value is (242,5,204). Sum of RGB (Red+Green+Blue) = 242+5+204=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F205CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205CC is #0DFA33. Grayscale: #616161. Windows color (decimal): -916020 or 13370866. OLE color: 13370866.
HSL color Cylindrical-coordinate representation of color #F205CC: hue angle of 309.62º 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 #F205CC is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.05 |
| HSL | 309.62º | 0.96% | 0.48% | - |
| HSV(B) | 309.62º | 0.98% | 0.95% | - |
| XYZ | 47.57 | 23.35 | 59.13 | - |
| YUV | 98.55 | 187.52 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 204 | 0 | 0.98 | 0.16 | 0.05 | 309.62 | 0.96 | 0.48 |
| Hex | F2 | 5 | CC | 0 | 62 | 10 | 5 | 136 | 60 | 30 |
| Octal | 362 | 5 | 314 | 0 | 142 | 20 | 5 | 466 | 140 | 60 |
| Binary | 11110010 | 101 | 11001100 | 0 | 1100010 | 10000 | 101 | 100110110 | 1100000 | 110000 |
Color Harmonies of #F205CC
Complementary color
Monochromatic Colors of #F205CC
Black with #F205CC
Text Example
Text Example
White with #F205CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205CC; }
p { color: rgb(242,5,204); }
H1.HeaderClassName
{
color: #F205CC;
}
.AnyTagClassName
{
color: #F205CC;
}
</style>
background-color css
<style>
a { background-color: #F205CC; }
a { background-color: rgb(242,5,204); }
div.DivClassName
{
background-color: #F205CC;
}
.BgClassName
{
background-color: #F205CC;
}
</style>
border-color css
<style>
span { border-color: #F205CC; }
span { border-color: rgb(242,5,204); }
td.TdClassName
{
border-color: #F205CC;
}
.TagClassName
{
border-color: #F205CC;
}
</style>