Shades of Hot Magenta #F500CF
Tints of Hot Magenta #F500CF
RGB
CMYK
RGB Variations
Color information
#F500CF (or 0xF500CF) is known color: Hot Magenta. HEX triplet: F5, 00 and CF. RGB value is (245,0,207). Sum of RGB (Red+Green+Blue) = 245+0+207=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F500CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500CF is #0AFF30. Grayscale: #606060. Windows color (decimal): -720689 or 13566197. OLE color: 13566197.
HSL color Cylindrical-coordinate representation of color #F500CF: hue angle of 309.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500CF is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.16 | 0.04 |
| HSL | 309.31º | 1% | 0.48% | - |
| HSV(B) | 309.31º | 1% | 0.96% | - |
| XYZ | 48.92 | 23.92 | 61.07 | - |
| YUV | 96.85 | 190.17 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 207 | 0 | 1 | 0.16 | 0.04 | 309.31 | 1 | 0.48 |
| Hex | F5 | 0 | CF | 0 | 64 | 10 | 4 | 135 | 64 | 30 |
| Octal | 365 | 0 | 317 | 0 | 144 | 20 | 4 | 465 | 144 | 60 |
| Binary | 11110101 | 0 | 11001111 | 0 | 1100100 | 10000 | 100 | 100110101 | 1100100 | 110000 |
Color Harmonies of #F500CF
Complementary color
Monochromatic Colors of #F500CF
Black with #F500CF
Text Example
Text Example
White with #F500CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500CF; }
p { color: rgb(245,0,207); }
H1.HeaderClassName
{
color: #F500CF;
}
.AnyTagClassName
{
color: #F500CF;
}
</style>
background-color css
<style>
a { background-color: #F500CF; }
a { background-color: rgb(245,0,207); }
div.DivClassName
{
background-color: #F500CF;
}
.BgClassName
{
background-color: #F500CF;
}
</style>
border-color css
<style>
span { border-color: #F500CF; }
span { border-color: rgb(245,0,207); }
td.TdClassName
{
border-color: #F500CF;
}
.TagClassName
{
border-color: #F500CF;
}
</style>