Shades of Hot Magenta #F005C5
Tints of Hot Magenta #F005C5
RGB
CMYK
RGB Variations
Color information
#F005C5 (or 0xF005C5) is known color: Hot Magenta. HEX triplet: F0, 05 and C5. RGB value is (240,5,197). Sum of RGB (Red+Green+Blue) = 240+5+197=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F005C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005C5 is #0FFA3A. Grayscale: #606060. Windows color (decimal): -1047099 or 12912112. OLE color: 12912112.
HSL color Cylindrical-coordinate representation of color #F005C5: hue angle of 310.98º 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 #F005C5 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.06 |
| HSL | 310.98º | 0.96% | 0.48% | - |
| HSV(B) | 310.98º | 0.98% | 0.94% | - |
| XYZ | 46.07 | 22.67 | 54.77 | - |
| YUV | 97.15 | 184.36 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 197 | 0 | 0.98 | 0.18 | 0.06 | 310.98 | 0.96 | 0.48 |
| Hex | F0 | 5 | C5 | 0 | 62 | 12 | 6 | 137 | 60 | 30 |
| Octal | 360 | 5 | 305 | 0 | 142 | 22 | 6 | 467 | 140 | 60 |
| Binary | 11110000 | 101 | 11000101 | 0 | 1100010 | 10010 | 110 | 100110111 | 1100000 | 110000 |
Color Harmonies of #F005C5
Complementary color
Monochromatic Colors of #F005C5
Black with #F005C5
Text Example
Text Example
White with #F005C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005C5; }
p { color: rgb(240,5,197); }
H1.HeaderClassName
{
color: #F005C5;
}
.AnyTagClassName
{
color: #F005C5;
}
</style>
background-color css
<style>
a { background-color: #F005C5; }
a { background-color: rgb(240,5,197); }
div.DivClassName
{
background-color: #F005C5;
}
.BgClassName
{
background-color: #F005C5;
}
</style>
border-color css
<style>
span { border-color: #F005C5; }
span { border-color: rgb(240,5,197); }
td.TdClassName
{
border-color: #F005C5;
}
.TagClassName
{
border-color: #F005C5;
}
</style>