Shades of Hot Magenta #F507CC
Tints of Hot Magenta #F507CC
RGB
CMYK
RGB Variations
Color information
#F507CC (or 0xF507CC) is known color: Hot Magenta. HEX triplet: F5, 07 and CC. RGB value is (245,7,204). Sum of RGB (Red+Green+Blue) = 245+7+204=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F507CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507CC is #0AF833. Grayscale: #646464. Windows color (decimal): -718900 or 13371381. OLE color: 13371381.
HSL color Cylindrical-coordinate representation of color #F507CC: hue angle of 310.34º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F507CC is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.04 |
| HSL | 310.34º | 0.94% | 0.49% | - |
| HSV(B) | 310.34º | 0.97% | 0.96% | - |
| XYZ | 48.63 | 23.92 | 59.18 | - |
| YUV | 100.62 | 186.35 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 204 | 0 | 0.97 | 0.17 | 0.04 | 310.34 | 0.94 | 0.49 |
| Hex | F5 | 7 | CC | 0 | 61 | 11 | 4 | 136 | 5E | 31 |
| Octal | 365 | 7 | 314 | 0 | 141 | 21 | 4 | 466 | 136 | 61 |
| Binary | 11110101 | 111 | 11001100 | 0 | 1100001 | 10001 | 100 | 100110110 | 1011110 | 110001 |
Color Harmonies of #F507CC
Complementary color
Monochromatic Colors of #F507CC
Black with #F507CC
Text Example
Text Example
White with #F507CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507CC; }
p { color: rgb(245,7,204); }
H1.HeaderClassName
{
color: #F507CC;
}
.AnyTagClassName
{
color: #F507CC;
}
</style>
background-color css
<style>
a { background-color: #F507CC; }
a { background-color: rgb(245,7,204); }
div.DivClassName
{
background-color: #F507CC;
}
.BgClassName
{
background-color: #F507CC;
}
</style>
border-color css
<style>
span { border-color: #F507CC; }
span { border-color: rgb(245,7,204); }
td.TdClassName
{
border-color: #F507CC;
}
.TagClassName
{
border-color: #F507CC;
}
</style>