Shades of Hot Magenta #F50BE4
Tints of Hot Magenta #F50BE4
RGB
CMYK
RGB Variations
Color information
#F50BE4 (or 0xF50BE4) is known color: Hot Magenta. HEX triplet: F5, 0B and E4. RGB value is (245,11,228). Sum of RGB (Red+Green+Blue) = 245+11+228=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 11 (4.69% from 255 or 2.27% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BE4 is #0AF41B. Grayscale: #696969. Windows color (decimal): -717852 or 14945269. OLE color: 14945269.
HSL color Cylindrical-coordinate representation of color #F50BE4: hue angle of 304.36º 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 #F50BE4 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 228 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.04 |
| HSL | 304.36º | 0.92% | 0.5% | - |
| HSV(B) | 304.36º | 0.96% | 0.96% | - |
| XYZ | 51.78 | 25.25 | 75.54 | - |
| YUV | 105.7 | 197.02 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 228 | 0 | 0.96 | 0.07 | 0.04 | 304.36 | 0.92 | 0.5 |
| Hex | F5 | B | E4 | 0 | 60 | 7 | 4 | 130 | 5C | 32 |
| Octal | 365 | 13 | 344 | 0 | 140 | 7 | 4 | 460 | 134 | 62 |
| Binary | 11110101 | 1011 | 11100100 | 0 | 1100000 | 111 | 100 | 100110000 | 1011100 | 110010 |
Color Harmonies of #F50BE4
Complementary color
Monochromatic Colors of #F50BE4
Black with #F50BE4
Text Example
Text Example
White with #F50BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BE4; }
p { color: rgb(245,11,228); }
H1.HeaderClassName
{
color: #F50BE4;
}
.AnyTagClassName
{
color: #F50BE4;
}
</style>
background-color css
<style>
a { background-color: #F50BE4; }
a { background-color: rgb(245,11,228); }
div.DivClassName
{
background-color: #F50BE4;
}
.BgClassName
{
background-color: #F50BE4;
}
</style>
border-color css
<style>
span { border-color: #F50BE4; }
span { border-color: rgb(245,11,228); }
td.TdClassName
{
border-color: #F50BE4;
}
.TagClassName
{
border-color: #F50BE4;
}
</style>