Shades of Magenta #F01BE8
Tints of Magenta #F01BE8
RGB
CMYK
RGB Variations
Color information
#F01BE8 (or 0xF01BE8) is known color: Magenta. HEX triplet: F0, 1B and E8. RGB value is (240,27,232). Sum of RGB (Red+Green+Blue) = 240+27+232=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 27 (10.94% from 255 or 5.41% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BE8 is #0FE417. Grayscale: #717171. Windows color (decimal): -1041432 or 15211504. OLE color: 15211504.
HSL color Cylindrical-coordinate representation of color #F01BE8: hue angle of 302.25º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.06 |
| HSL | 302.25º | 0.88% | 0.52% | - |
| HSV(B) | 302.25º | 0.89% | 0.94% | - |
| XYZ | 50.89 | 25.14 | 78.51 | - |
| YUV | 114.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 232 | 0 | 0.89 | 0.03 | 0.06 | 302.25 | 0.88 | 0.52 |
| Hex | F0 | 1B | E8 | 0 | 59 | 3 | 6 | 12E | 58 | 34 |
| Octal | 360 | 33 | 350 | 0 | 131 | 3 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 11011 | 11101000 | 0 | 1011001 | 11 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F01BE8
Complementary color
Monochromatic Colors of #F01BE8
Black with #F01BE8
Text Example
Text Example
White with #F01BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BE8; }
p { color: rgb(240,27,232); }
H1.HeaderClassName
{
color: #F01BE8;
}
.AnyTagClassName
{
color: #F01BE8;
}
</style>
background-color css
<style>
a { background-color: #F01BE8; }
a { background-color: rgb(240,27,232); }
div.DivClassName
{
background-color: #F01BE8;
}
.BgClassName
{
background-color: #F01BE8;
}
</style>
border-color css
<style>
span { border-color: #F01BE8; }
span { border-color: rgb(240,27,232); }
td.TdClassName
{
border-color: #F01BE8;
}
.TagClassName
{
border-color: #F01BE8;
}
</style>