Shades of Magenta #F00BF5
Tints of Magenta #F00BF5
RGB
CMYK
RGB Variations
Color information
#F00BF5 (or 0xF00BF5) is known color: Magenta. HEX triplet: F0, 0B and F5. RGB value is (240,11,245). Sum of RGB (Red+Green+Blue) = 240+11+245=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #F00BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BF5 is #0FF40A. Grayscale: #696969. Windows color (decimal): -1045515 or 16059376. OLE color: 16059376.
HSL color Cylindrical-coordinate representation of color #F00BF5: hue angle of 298.72º 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 #F00BF5 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 11 | 245 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.04 |
| HSL | 298.72º | 0.92% | 0.5% | - |
| HSV(B) | 298.72º | 0.96% | 0.96% | - |
| XYZ | 52.54 | 25.36 | 88.51 | - |
| YUV | 106.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 245 | 0.02 | 0.96 | 0 | 0.04 | 298.72 | 0.92 | 0.5 |
| Hex | F0 | B | F5 | 2 | 60 | 0 | 4 | 12B | 5C | 32 |
| Octal | 360 | 13 | 365 | 2 | 140 | 0 | 4 | 453 | 134 | 62 |
| Binary | 11110000 | 1011 | 11110101 | 10 | 1100000 | 0 | 100 | 100101011 | 1011100 | 110010 |
Color Harmonies of #F00BF5
Complementary color
Monochromatic Colors of #F00BF5
Black with #F00BF5
Text Example
Text Example
White with #F00BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BF5; }
p { color: rgb(240,11,245); }
H1.HeaderClassName
{
color: #F00BF5;
}
.AnyTagClassName
{
color: #F00BF5;
}
</style>
background-color css
<style>
a { background-color: #F00BF5; }
a { background-color: rgb(240,11,245); }
div.DivClassName
{
background-color: #F00BF5;
}
.BgClassName
{
background-color: #F00BF5;
}
</style>
border-color css
<style>
span { border-color: #F00BF5; }
span { border-color: rgb(240,11,245); }
td.TdClassName
{
border-color: #F00BF5;
}
.TagClassName
{
border-color: #F00BF5;
}
</style>