Shades of Magenta #F01BEA
Tints of Magenta #F01BEA
RGB
CMYK
RGB Variations
Color information
#F01BEA (or 0xF01BEA) is known color: Magenta. HEX triplet: F0, 1B and EA. RGB value is (240,27,234). Sum of RGB (Red+Green+Blue) = 240+27+234=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01BEA is #0FE415. Grayscale: #717171. Windows color (decimal): -1041430 or 15342576. OLE color: 15342576.
HSL color Cylindrical-coordinate representation of color #F01BEA: hue angle of 301.69º 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 #F01BEA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 234 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.06 |
| HSL | 301.69º | 0.88% | 0.52% | - |
| HSV(B) | 301.69º | 0.89% | 0.94% | - |
| XYZ | 51.18 | 25.25 | 80.02 | - |
| YUV | 114.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 234 | 0 | 0.89 | 0.02 | 0.06 | 301.69 | 0.88 | 0.52 |
| Hex | F0 | 1B | EA | 0 | 59 | 2 | 6 | 12E | 58 | 34 |
| Octal | 360 | 33 | 352 | 0 | 131 | 2 | 6 | 456 | 130 | 64 |
| Binary | 11110000 | 11011 | 11101010 | 0 | 1011001 | 10 | 110 | 100101110 | 1011000 | 110100 |
Color Harmonies of #F01BEA
Complementary color
Monochromatic Colors of #F01BEA
Black with #F01BEA
Text Example
Text Example
White with #F01BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BEA; }
p { color: rgb(240,27,234); }
H1.HeaderClassName
{
color: #F01BEA;
}
.AnyTagClassName
{
color: #F01BEA;
}
</style>
background-color css
<style>
a { background-color: #F01BEA; }
a { background-color: rgb(240,27,234); }
div.DivClassName
{
background-color: #F01BEA;
}
.BgClassName
{
background-color: #F01BEA;
}
</style>
border-color css
<style>
span { border-color: #F01BEA; }
span { border-color: rgb(240,27,234); }
td.TdClassName
{
border-color: #F01BEA;
}
.TagClassName
{
border-color: #F01BEA;
}
</style>