Shades of Magenta #F90AF5
Tints of Magenta #F90AF5
RGB
CMYK
RGB Variations
Color information
#F90AF5 (or 0xF90AF5) is known color: Magenta. HEX triplet: F9, 0A and F5. RGB value is (249,10,245). Sum of RGB (Red+Green+Blue) = 249+10+245=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AF5 is #06F50A. Grayscale: #6B6B6B. Windows color (decimal): -455947 or 16059129. OLE color: 16059129.
HSL color Cylindrical-coordinate representation of color #F90AF5: hue angle of 301º degrees, saturation: 0.95, 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 #F90AF5 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 245 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301º | 0.95% | 0.51% | - |
| HSV(B) | 301º | 0.96% | 0.98% | - |
| XYZ | 55.66 | 26.95 | 88.65 | - |
| YUV | 108.25 | 205.18 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 245 | 0 | 0.96 | 0.02 | 0.02 | 301 | 0.95 | 0.51 |
| Hex | F9 | A | F5 | 0 | 60 | 2 | 2 | 12D | 5F | 33 |
| Octal | 371 | 12 | 365 | 0 | 140 | 2 | 2 | 455 | 137 | 63 |
| Binary | 11111001 | 1010 | 11110101 | 0 | 1100000 | 10 | 10 | 100101101 | 1011111 | 110011 |
Color Harmonies of #F90AF5
Complementary color
Monochromatic Colors of #F90AF5
Black with #F90AF5
Text Example
Text Example
White with #F90AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AF5; }
p { color: rgb(249,10,245); }
H1.HeaderClassName
{
color: #F90AF5;
}
.AnyTagClassName
{
color: #F90AF5;
}
</style>
background-color css
<style>
a { background-color: #F90AF5; }
a { background-color: rgb(249,10,245); }
div.DivClassName
{
background-color: #F90AF5;
}
.BgClassName
{
background-color: #F90AF5;
}
</style>
border-color css
<style>
span { border-color: #F90AF5; }
span { border-color: rgb(249,10,245); }
td.TdClassName
{
border-color: #F90AF5;
}
.TagClassName
{
border-color: #F90AF5;
}
</style>