Shades of Magenta #F90AFE
Tints of Magenta #F90AFE
RGB
CMYK
RGB Variations
Color information
#F90AFE (or 0xF90AFE) is known color: Magenta. HEX triplet: F9, 0A and FE. RGB value is (249,10,254). Sum of RGB (Red+Green+Blue) = 249+10+254=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 10 (4.30% from 255 or 1.95% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #F90AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AFE is #06F501. Grayscale: #6C6C6C. Windows color (decimal): -455938 or 16648953. OLE color: 16648953.
HSL color Cylindrical-coordinate representation of color #F90AFE: hue angle of 298.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90AFE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 10 | 254 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.00 |
| HSL | 298.77º | 0.99% | 0.52% | - |
| HSV(B) | 298.77º | 0.96% | 1% | - |
| XYZ | 57.06 | 27.51 | 96.07 | - |
| YUV | 109.28 | 209.68 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 254 | 0.02 | 0.96 | 0 | 0.00 | 298.77 | 0.99 | 0.52 |
| Hex | F9 | A | FE | 2 | 60 | 0 | 0 | 12B | 63 | 34 |
| Octal | 371 | 12 | 376 | 2 | 140 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111001 | 1010 | 11111110 | 10 | 1100000 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #F90AFE
Complementary color
Monochromatic Colors of #F90AFE
Black with #F90AFE
Text Example
Text Example
White with #F90AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AFE; }
p { color: rgb(249,10,254); }
H1.HeaderClassName
{
color: #F90AFE;
}
.AnyTagClassName
{
color: #F90AFE;
}
</style>
background-color css
<style>
a { background-color: #F90AFE; }
a { background-color: rgb(249,10,254); }
div.DivClassName
{
background-color: #F90AFE;
}
.BgClassName
{
background-color: #F90AFE;
}
</style>
border-color css
<style>
span { border-color: #F90AFE; }
span { border-color: rgb(249,10,254); }
td.TdClassName
{
border-color: #F90AFE;
}
.TagClassName
{
border-color: #F90AFE;
}
</style>