Shades of Hot Magenta #F50BE3
Tints of Hot Magenta #F50BE3
RGB
CMYK
RGB Variations
Color information
#F50BE3 (or 0xF50BE3) is known color: Hot Magenta. HEX triplet: F5, 0B and E3. RGB value is (245,11,227). Sum of RGB (Red+Green+Blue) = 245+11+227=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BE3 is #0AF41C. Grayscale: #686868. Windows color (decimal): -717853 or 14879733. OLE color: 14879733.
HSL color Cylindrical-coordinate representation of color #F50BE3: hue angle of 304.62º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50BE3 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 227 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.04 |
| HSL | 304.62º | 0.92% | 0.5% | - |
| HSV(B) | 304.62º | 0.96% | 0.96% | - |
| XYZ | 51.64 | 25.2 | 74.81 | - |
| YUV | 105.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 227 | 0 | 0.96 | 0.07 | 0.04 | 304.62 | 0.92 | 0.5 |
| Hex | F5 | B | E3 | 0 | 60 | 7 | 4 | 131 | 5C | 32 |
| Octal | 365 | 13 | 343 | 0 | 140 | 7 | 4 | 461 | 134 | 62 |
| Binary | 11110101 | 1011 | 11100011 | 0 | 1100000 | 111 | 100 | 100110001 | 1011100 | 110010 |
Color Harmonies of #F50BE3
Complementary color
Monochromatic Colors of #F50BE3
Black with #F50BE3
Text Example
Text Example
White with #F50BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BE3; }
p { color: rgb(245,11,227); }
H1.HeaderClassName
{
color: #F50BE3;
}
.AnyTagClassName
{
color: #F50BE3;
}
</style>
background-color css
<style>
a { background-color: #F50BE3; }
a { background-color: rgb(245,11,227); }
div.DivClassName
{
background-color: #F50BE3;
}
.BgClassName
{
background-color: #F50BE3;
}
</style>
border-color css
<style>
span { border-color: #F50BE3; }
span { border-color: rgb(245,11,227); }
td.TdClassName
{
border-color: #F50BE3;
}
.TagClassName
{
border-color: #F50BE3;
}
</style>