Shades of Magenta #F90BFA
Tints of Magenta #F90BFA
RGB
CMYK
RGB Variations
Color information
#F90BFA (or 0xF90BFA) is known color: Magenta. HEX triplet: F9, 0B and FA. RGB value is (249,11,250). Sum of RGB (Red+Green+Blue) = 249+11+250=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 11 (4.69% from 255 or 2.16% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F90BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFA is #06F405. Grayscale: #6C6C6C. Windows color (decimal): -455686 or 16387065. OLE color: 16387065.
HSL color Cylindrical-coordinate representation of color #F90BFA: hue angle of 299.75º 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 #F90BFA is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 250 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.02 |
| HSL | 299.75º | 0.96% | 0.51% | - |
| HSV(B) | 299.75º | 0.96% | 0.98% | - |
| XYZ | 56.44 | 27.28 | 92.73 | - |
| YUV | 109.41 | 207.35 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 250 | 0.00 | 0.96 | 0 | 0.02 | 299.75 | 0.96 | 0.51 |
| Hex | F9 | B | FA | 0 | 60 | 0 | 2 | 12C | 60 | 33 |
| Octal | 371 | 13 | 372 | 0 | 140 | 0 | 2 | 454 | 140 | 63 |
| Binary | 11111001 | 1011 | 11111010 | 0 | 1100000 | 0 | 10 | 100101100 | 1100000 | 110011 |
Color Harmonies of #F90BFA
Complementary color
Monochromatic Colors of #F90BFA
Black with #F90BFA
Text Example
Text Example
White with #F90BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BFA; }
p { color: rgb(249,11,250); }
H1.HeaderClassName
{
color: #F90BFA;
}
.AnyTagClassName
{
color: #F90BFA;
}
</style>
background-color css
<style>
a { background-color: #F90BFA; }
a { background-color: rgb(249,11,250); }
div.DivClassName
{
background-color: #F90BFA;
}
.BgClassName
{
background-color: #F90BFA;
}
</style>
border-color css
<style>
span { border-color: #F90BFA; }
span { border-color: rgb(249,11,250); }
td.TdClassName
{
border-color: #F90BFA;
}
.TagClassName
{
border-color: #F90BFA;
}
</style>