Shades of Magenta #F90FFF
Tints of Magenta #F90FFF
RGB
CMYK
RGB Variations
Color information
#F90FFF (or 0xF90FFF) is known color: Magenta. HEX triplet: F9, 0F and FF. RGB value is (249,15,255). Sum of RGB (Red+Green+Blue) = 249+15+255=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 15 (6.25% from 255 or 2.89% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F90FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FFF is #06F000. Grayscale: #6F6F6F. Windows color (decimal): -454657 or 16715769. OLE color: 16715769.
HSL color Cylindrical-coordinate representation of color #F90FFF: hue angle of 298.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FFF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 15 | 255 | - |
| CMYK | 0.02 | 0.94 | 0 | 0 |
| HSL | 298.5º | 1% | 0.53% | - |
| HSV(B) | 298.5º | 0.94% | 1% | - |
| XYZ | 57.29 | 27.7 | 96.94 | - |
| YUV | 112.33 | 208.52 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 255 | 0.02 | 0.94 | 0 | 0 | 298.5 | 1 | 0.53 |
| Hex | F9 | F | FF | 2 | 5E | 0 | 0 | 12A | 64 | 35 |
| Octal | 371 | 17 | 377 | 2 | 136 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11111001 | 1111 | 11111111 | 10 | 1011110 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F90FFF
Complementary color
Monochromatic Colors of #F90FFF
Black with #F90FFF
Text Example
Text Example
White with #F90FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FFF; }
p { color: rgb(249,15,255); }
H1.HeaderClassName
{
color: #F90FFF;
}
.AnyTagClassName
{
color: #F90FFF;
}
</style>
background-color css
<style>
a { background-color: #F90FFF; }
a { background-color: rgb(249,15,255); }
div.DivClassName
{
background-color: #F90FFF;
}
.BgClassName
{
background-color: #F90FFF;
}
</style>
border-color css
<style>
span { border-color: #F90FFF; }
span { border-color: rgb(249,15,255); }
td.TdClassName
{
border-color: #F90FFF;
}
.TagClassName
{
border-color: #F90FFF;
}
</style>