Shades of Magenta #F224FA
Tints of Magenta #F224FA
RGB
CMYK
RGB Variations
Color information
#F224FA (or 0xF224FA) is known color: Magenta. HEX triplet: F2, 24 and FA. RGB value is (242,36,250). Sum of RGB (Red+Green+Blue) = 242+36+250=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 36 (14.45% from 255 or 6.82% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #F224FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F224FA is #0DDB05. Grayscale: #797979. Windows color (decimal): -908038 or 16393458. OLE color: 16393458.
HSL color Cylindrical-coordinate representation of color #F224FA: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F224FA is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 36 | 250 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.02 |
| HSL | 297.76º | 0.96% | 0.56% | - |
| HSV(B) | 297.76º | 0.86% | 0.98% | - |
| XYZ | 54.5 | 27.04 | 92.79 | - |
| YUV | 121.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 250 | 0.03 | 0.86 | 0 | 0.02 | 297.76 | 0.96 | 0.56 |
| Hex | F2 | 24 | FA | 3 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 362 | 44 | 372 | 3 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110010 | 100100 | 11111010 | 11 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F224FA
Complementary color
Monochromatic Colors of #F224FA
Black with #F224FA
Text Example
Text Example
White with #F224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224FA; }
p { color: rgb(242,36,250); }
H1.HeaderClassName
{
color: #F224FA;
}
.AnyTagClassName
{
color: #F224FA;
}
</style>
background-color css
<style>
a { background-color: #F224FA; }
a { background-color: rgb(242,36,250); }
div.DivClassName
{
background-color: #F224FA;
}
.BgClassName
{
background-color: #F224FA;
}
</style>
border-color css
<style>
span { border-color: #F224FA; }
span { border-color: rgb(242,36,250); }
td.TdClassName
{
border-color: #F224FA;
}
.TagClassName
{
border-color: #F224FA;
}
</style>