Shades of Hot Magenta #F507CB
Tints of Hot Magenta #F507CB
RGB
CMYK
RGB Variations
Color information
#F507CB (or 0xF507CB) is known color: Hot Magenta. HEX triplet: F5, 07 and CB. RGB value is (245,7,203). Sum of RGB (Red+Green+Blue) = 245+7+203=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F507CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507CB is #0AF834. Grayscale: #636363. Windows color (decimal): -718901 or 13305845. OLE color: 13305845.
HSL color Cylindrical-coordinate representation of color #F507CB: hue angle of 310.59º 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 #F507CB is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.04 |
| HSL | 310.59º | 0.94% | 0.49% | - |
| HSV(B) | 310.59º | 0.97% | 0.96% | - |
| XYZ | 48.51 | 23.88 | 58.55 | - |
| YUV | 100.51 | 185.85 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 203 | 0 | 0.97 | 0.17 | 0.04 | 310.59 | 0.94 | 0.49 |
| Hex | F5 | 7 | CB | 0 | 61 | 11 | 4 | 137 | 5E | 31 |
| Octal | 365 | 7 | 313 | 0 | 141 | 21 | 4 | 467 | 136 | 61 |
| Binary | 11110101 | 111 | 11001011 | 0 | 1100001 | 10001 | 100 | 100110111 | 1011110 | 110001 |
Color Harmonies of #F507CB
Complementary color
Monochromatic Colors of #F507CB
Black with #F507CB
Text Example
Text Example
White with #F507CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507CB; }
p { color: rgb(245,7,203); }
H1.HeaderClassName
{
color: #F507CB;
}
.AnyTagClassName
{
color: #F507CB;
}
</style>
background-color css
<style>
a { background-color: #F507CB; }
a { background-color: rgb(245,7,203); }
div.DivClassName
{
background-color: #F507CB;
}
.BgClassName
{
background-color: #F507CB;
}
</style>
border-color css
<style>
span { border-color: #F507CB; }
span { border-color: rgb(245,7,203); }
td.TdClassName
{
border-color: #F507CB;
}
.TagClassName
{
border-color: #F507CB;
}
</style>