Shades of Hot Magenta #F005C9
Tints of Hot Magenta #F005C9
RGB
CMYK
RGB Variations
Color information
#F005C9 (or 0xF005C9) is known color: Hot Magenta. HEX triplet: F0, 05 and C9. RGB value is (240,5,201). Sum of RGB (Red+Green+Blue) = 240+5+201=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F005C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005C9 is #0FFA36. Grayscale: #616161. Windows color (decimal): -1047095 or 13174256. OLE color: 13174256.
HSL color Cylindrical-coordinate representation of color #F005C9: hue angle of 309.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005C9 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.06 |
| HSL | 309.96º | 0.96% | 0.48% | - |
| HSV(B) | 309.96º | 0.98% | 0.94% | - |
| XYZ | 46.53 | 22.85 | 57.22 | - |
| YUV | 97.61 | 186.36 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 201 | 0 | 0.98 | 0.16 | 0.06 | 309.96 | 0.96 | 0.48 |
| Hex | F0 | 5 | C9 | 0 | 62 | 10 | 6 | 136 | 60 | 30 |
| Octal | 360 | 5 | 311 | 0 | 142 | 20 | 6 | 466 | 140 | 60 |
| Binary | 11110000 | 101 | 11001001 | 0 | 1100010 | 10000 | 110 | 100110110 | 1100000 | 110000 |
Color Harmonies of #F005C9
Complementary color
Monochromatic Colors of #F005C9
Black with #F005C9
Text Example
Text Example
White with #F005C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005C9; }
p { color: rgb(240,5,201); }
H1.HeaderClassName
{
color: #F005C9;
}
.AnyTagClassName
{
color: #F005C9;
}
</style>
background-color css
<style>
a { background-color: #F005C9; }
a { background-color: rgb(240,5,201); }
div.DivClassName
{
background-color: #F005C9;
}
.BgClassName
{
background-color: #F005C9;
}
</style>
border-color css
<style>
span { border-color: #F005C9; }
span { border-color: rgb(240,5,201); }
td.TdClassName
{
border-color: #F005C9;
}
.TagClassName
{
border-color: #F005C9;
}
</style>