Shades of Hot Magenta #FF00BE
Tints of Hot Magenta #FF00BE
RGB
CMYK
RGB Variations
Color information
#FF00BE (or 0xFF00BE) is known color: Hot Magenta. HEX triplet: FF, 00 and BE. RGB value is (255,0,190). Sum of RGB (Red+Green+Blue) = 255+0+190=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00BE is #00FF41. Grayscale: #616161. Windows color (decimal): -65346 or 12452095. OLE color: 12452095.
HSL color Cylindrical-coordinate representation of color #FF00BE: hue angle of 315.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00BE is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 190 | - |
CMYK | 0 | 1 | 0.25 | 0 |
HSL | 315.29º | 1% | 0.5% | - |
HSV(B) | 315.29º | 1% | 1% | - |
XYZ | 50.53 | 24.98 | 50.87 | - |
YUV | 97.91 | 179.98 | 240.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 190 | 0 | 1 | 0.25 | 0 | 315.29 | 1 | 0.5 |
Hex | FF | 0 | BE | 0 | 64 | 19 | 0 | 13B | 64 | 32 |
Octal | 377 | 0 | 276 | 0 | 144 | 31 | 0 | 473 | 144 | 62 |
Binary | 11111111 | 0 | 10111110 | 0 | 1100100 | 11001 | 0 | 100111011 | 1100100 | 110010 |
Color Harmonies of #FF00BE
Complementary color
Monochromatic Colors of #FF00BE
Black with #FF00BE
Text Example
Text Example
White with #FF00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00BE; }
p { color: rgb(255,0,190); }
H1.HeaderClassName
{
color: #FF00BE;
}
.AnyTagClassName
{
color: #FF00BE;
}
</style>
background-color css
<style>
a { background-color: #FF00BE; }
a { background-color: rgb(255,0,190); }
div.DivClassName
{
background-color: #FF00BE;
}
.BgClassName
{
background-color: #FF00BE;
}
</style>
border-color css
<style>
span { border-color: #FF00BE; }
span { border-color: rgb(255,0,190); }
td.TdClassName
{
border-color: #FF00BE;
}
.TagClassName
{
border-color: #FF00BE;
}
</style>