Shades of Magenta #F00BFA
Tints of Magenta #F00BFA
RGB
CMYK
RGB Variations
Color information
#F00BFA (or 0xF00BFA) is known color: Magenta. HEX triplet: F0, 0B and FA. RGB value is (240,11,250). Sum of RGB (Red+Green+Blue) = 240+11+250=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F00BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BFA is #0FF405. Grayscale: #696969. Windows color (decimal): -1045510 or 16387056. OLE color: 16387056.
HSL color Cylindrical-coordinate representation of color #F00BFA: hue angle of 297.49º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00BFA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 11 | 250 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.02 |
| HSL | 297.49º | 0.96% | 0.51% | - |
| HSV(B) | 297.49º | 0.96% | 0.98% | - |
| XYZ | 53.31 | 25.67 | 92.59 | - |
| YUV | 106.72 | 208.87 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 250 | 0.04 | 0.96 | 0 | 0.02 | 297.49 | 0.96 | 0.51 |
| Hex | F0 | B | FA | 4 | 60 | 0 | 2 | 129 | 60 | 33 |
| Octal | 360 | 13 | 372 | 4 | 140 | 0 | 2 | 451 | 140 | 63 |
| Binary | 11110000 | 1011 | 11111010 | 100 | 1100000 | 0 | 10 | 100101001 | 1100000 | 110011 |
Color Harmonies of #F00BFA
Complementary color
Monochromatic Colors of #F00BFA
Black with #F00BFA
Text Example
Text Example
White with #F00BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BFA; }
p { color: rgb(240,11,250); }
H1.HeaderClassName
{
color: #F00BFA;
}
.AnyTagClassName
{
color: #F00BFA;
}
</style>
background-color css
<style>
a { background-color: #F00BFA; }
a { background-color: rgb(240,11,250); }
div.DivClassName
{
background-color: #F00BFA;
}
.BgClassName
{
background-color: #F00BFA;
}
</style>
border-color css
<style>
span { border-color: #F00BFA; }
span { border-color: rgb(240,11,250); }
td.TdClassName
{
border-color: #F00BFA;
}
.TagClassName
{
border-color: #F00BFA;
}
</style>