Shades of Magenta #F90AF3
Tints of Magenta #F90AF3
RGB
CMYK
RGB Variations
Color information
#F90AF3 (or 0xF90AF3) is known color: Magenta. HEX triplet: F9, 0A and F3. RGB value is (249,10,243). Sum of RGB (Red+Green+Blue) = 249+10+243=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AF3 is #06F50C. Grayscale: #6B6B6B. Windows color (decimal): -455949 or 15928057. OLE color: 15928057.
HSL color Cylindrical-coordinate representation of color #F90AF3: hue angle of 301.51º 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 #F90AF3 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 243 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301.51º | 0.95% | 0.51% | - |
| HSV(B) | 301.51º | 0.96% | 0.98% | - |
| XYZ | 55.35 | 26.83 | 87.05 | - |
| YUV | 108.02 | 204.18 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 243 | 0 | 0.96 | 0.02 | 0.02 | 301.51 | 0.95 | 0.51 |
| Hex | F9 | A | F3 | 0 | 60 | 2 | 2 | 12E | 5F | 33 |
| Octal | 371 | 12 | 363 | 0 | 140 | 2 | 2 | 456 | 137 | 63 |
| Binary | 11111001 | 1010 | 11110011 | 0 | 1100000 | 10 | 10 | 100101110 | 1011111 | 110011 |
Color Harmonies of #F90AF3
Complementary color
Monochromatic Colors of #F90AF3
Black with #F90AF3
Text Example
Text Example
White with #F90AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AF3; }
p { color: rgb(249,10,243); }
H1.HeaderClassName
{
color: #F90AF3;
}
.AnyTagClassName
{
color: #F90AF3;
}
</style>
background-color css
<style>
a { background-color: #F90AF3; }
a { background-color: rgb(249,10,243); }
div.DivClassName
{
background-color: #F90AF3;
}
.BgClassName
{
background-color: #F90AF3;
}
</style>
border-color css
<style>
span { border-color: #F90AF3; }
span { border-color: rgb(249,10,243); }
td.TdClassName
{
border-color: #F90AF3;
}
.TagClassName
{
border-color: #F90AF3;
}
</style>