Shades of Magenta #F90AF4
Tints of Magenta #F90AF4
RGB
CMYK
RGB Variations
Color information
#F90AF4 (or 0xF90AF4) is known color: Magenta. HEX triplet: F9, 0A and F4. RGB value is (249,10,244). Sum of RGB (Red+Green+Blue) = 249+10+244=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F90AF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90AF4 is #06F50B. Grayscale: #6B6B6B. Windows color (decimal): -455948 or 15993593. OLE color: 15993593.
HSL color Cylindrical-coordinate representation of color #F90AF4: hue angle of 301.26º 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 #F90AF4 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 244 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301.26º | 0.95% | 0.51% | - |
| HSV(B) | 301.26º | 0.96% | 0.98% | - |
| XYZ | 55.5 | 26.89 | 87.85 | - |
| YUV | 108.14 | 204.68 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 244 | 0 | 0.96 | 0.02 | 0.02 | 301.26 | 0.95 | 0.51 |
| Hex | F9 | A | F4 | 0 | 60 | 2 | 2 | 12D | 5F | 33 |
| Octal | 371 | 12 | 364 | 0 | 140 | 2 | 2 | 455 | 137 | 63 |
| Binary | 11111001 | 1010 | 11110100 | 0 | 1100000 | 10 | 10 | 100101101 | 1011111 | 110011 |
Color Harmonies of #F90AF4
Complementary color
Monochromatic Colors of #F90AF4
Black with #F90AF4
Text Example
Text Example
White with #F90AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90AF4; }
p { color: rgb(249,10,244); }
H1.HeaderClassName
{
color: #F90AF4;
}
.AnyTagClassName
{
color: #F90AF4;
}
</style>
background-color css
<style>
a { background-color: #F90AF4; }
a { background-color: rgb(249,10,244); }
div.DivClassName
{
background-color: #F90AF4;
}
.BgClassName
{
background-color: #F90AF4;
}
</style>
border-color css
<style>
span { border-color: #F90AF4; }
span { border-color: rgb(249,10,244); }
td.TdClassName
{
border-color: #F90AF4;
}
.TagClassName
{
border-color: #F90AF4;
}
</style>