Shades of Magenta #F20BFA
Tints of Magenta #F20BFA
RGB
CMYK
RGB Variations
Color information
#F20BFA (or 0xF20BFA) is known color: Magenta. HEX triplet: F2, 0B and FA. RGB value is (242,11,250). Sum of RGB (Red+Green+Blue) = 242+11+250=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #F20BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20BFA is #0DF405. Grayscale: #6A6A6A. Windows color (decimal): -914438 or 16387058. OLE color: 16387058.
HSL color Cylindrical-coordinate representation of color #F20BFA: hue angle of 297.99º 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 #F20BFA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 11 | 250 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.02 |
| HSL | 297.99º | 0.96% | 0.51% | - |
| HSV(B) | 297.99º | 0.96% | 0.98% | - |
| XYZ | 53.99 | 26.02 | 92.62 | - |
| YUV | 107.32 | 208.53 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 250 | 0.03 | 0.96 | 0 | 0.02 | 297.99 | 0.96 | 0.51 |
| Hex | F2 | B | FA | 3 | 60 | 0 | 2 | 12A | 60 | 33 |
| Octal | 362 | 13 | 372 | 3 | 140 | 0 | 2 | 452 | 140 | 63 |
| Binary | 11110010 | 1011 | 11111010 | 11 | 1100000 | 0 | 10 | 100101010 | 1100000 | 110011 |
Color Harmonies of #F20BFA
Complementary color
Monochromatic Colors of #F20BFA
Black with #F20BFA
Text Example
Text Example
White with #F20BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BFA; }
p { color: rgb(242,11,250); }
H1.HeaderClassName
{
color: #F20BFA;
}
.AnyTagClassName
{
color: #F20BFA;
}
</style>
background-color css
<style>
a { background-color: #F20BFA; }
a { background-color: rgb(242,11,250); }
div.DivClassName
{
background-color: #F20BFA;
}
.BgClassName
{
background-color: #F20BFA;
}
</style>
border-color css
<style>
span { border-color: #F20BFA; }
span { border-color: rgb(242,11,250); }
td.TdClassName
{
border-color: #F20BFA;
}
.TagClassName
{
border-color: #F20BFA;
}
</style>