Shades of Hot Magenta #F005C7
Tints of Hot Magenta #F005C7
RGB
CMYK
RGB Variations
Color information
#F005C7 (or 0xF005C7) is known color: Hot Magenta. HEX triplet: F0, 05 and C7. RGB value is (240,5,199). Sum of RGB (Red+Green+Blue) = 240+5+199=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 5 (2.34% from 255 or 1.13% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F005C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005C7 is #0FFA38. Grayscale: #606060. Windows color (decimal): -1047097 or 13043184. OLE color: 13043184.
HSL color Cylindrical-coordinate representation of color #F005C7: hue angle of 310.47º 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 #F005C7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.06 |
| HSL | 310.47º | 0.96% | 0.48% | - |
| HSV(B) | 310.47º | 0.98% | 0.94% | - |
| XYZ | 46.3 | 22.76 | 55.99 | - |
| YUV | 97.38 | 185.36 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 199 | 0 | 0.98 | 0.17 | 0.06 | 310.47 | 0.96 | 0.48 |
| Hex | F0 | 5 | C7 | 0 | 62 | 11 | 6 | 136 | 60 | 30 |
| Octal | 360 | 5 | 307 | 0 | 142 | 21 | 6 | 466 | 140 | 60 |
| Binary | 11110000 | 101 | 11000111 | 0 | 1100010 | 10001 | 110 | 100110110 | 1100000 | 110000 |
Color Harmonies of #F005C7
Complementary color
Monochromatic Colors of #F005C7
Black with #F005C7
Text Example
Text Example
White with #F005C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005C7; }
p { color: rgb(240,5,199); }
H1.HeaderClassName
{
color: #F005C7;
}
.AnyTagClassName
{
color: #F005C7;
}
</style>
background-color css
<style>
a { background-color: #F005C7; }
a { background-color: rgb(240,5,199); }
div.DivClassName
{
background-color: #F005C7;
}
.BgClassName
{
background-color: #F005C7;
}
</style>
border-color css
<style>
span { border-color: #F005C7; }
span { border-color: rgb(240,5,199); }
td.TdClassName
{
border-color: #F005C7;
}
.TagClassName
{
border-color: #F005C7;
}
</style>