Shades of Magenta #F90BFF
Tints of Magenta #F90BFF
RGB
CMYK
RGB Variations
Color information
#F90BFF (or 0xF90BFF) is known color: Magenta. HEX triplet: F9, 0B and FF. RGB value is (249,11,255). Sum of RGB (Red+Green+Blue) = 249+11+255=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 11 (4.69% from 255 or 2.14% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F90BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFF is #06F400. Grayscale: #6D6D6D. Windows color (decimal): -455681 or 16714745. OLE color: 16714745.
HSL color Cylindrical-coordinate representation of color #F90BFF: hue angle of 298.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BFF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 11 | 255 | - |
| CMYK | 0.02 | 0.96 | 0 | 0 |
| HSL | 298.52º | 1% | 0.52% | - |
| HSV(B) | 298.52º | 0.96% | 1% | - |
| XYZ | 57.24 | 27.6 | 96.92 | - |
| YUV | 109.98 | 209.85 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 255 | 0.02 | 0.96 | 0 | 0 | 298.52 | 1 | 0.52 |
| Hex | F9 | B | FF | 2 | 60 | 0 | 0 | 12B | 64 | 34 |
| Octal | 371 | 13 | 377 | 2 | 140 | 0 | 0 | 453 | 144 | 64 |
| Binary | 11111001 | 1011 | 11111111 | 10 | 1100000 | 0 | 0 | 100101011 | 1100100 | 110100 |
Color Harmonies of #F90BFF
Complementary color
Monochromatic Colors of #F90BFF
Black with #F90BFF
Text Example
Text Example
White with #F90BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BFF; }
p { color: rgb(249,11,255); }
H1.HeaderClassName
{
color: #F90BFF;
}
.AnyTagClassName
{
color: #F90BFF;
}
</style>
background-color css
<style>
a { background-color: #F90BFF; }
a { background-color: rgb(249,11,255); }
div.DivClassName
{
background-color: #F90BFF;
}
.BgClassName
{
background-color: #F90BFF;
}
</style>
border-color css
<style>
span { border-color: #F90BFF; }
span { border-color: rgb(249,11,255); }
td.TdClassName
{
border-color: #F90BFF;
}
.TagClassName
{
border-color: #F90BFF;
}
</style>