Shades of Magenta #F221FA
Tints of Magenta #F221FA
RGB
CMYK
RGB Variations
Color information
#F221FA (or 0xF221FA) is known color: Magenta. HEX triplet: F2, 21 and FA. RGB value is (242,33,250). Sum of RGB (Red+Green+Blue) = 242+33+250=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 33 (13.28% from 255 or 6.29% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #F221FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221FA is #0DDE05. Grayscale: #777777. Windows color (decimal): -908806 or 16392690. OLE color: 16392690.
HSL color Cylindrical-coordinate representation of color #F221FA: hue angle of 297.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F221FA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 33 | 250 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.02 |
| HSL | 297.79º | 0.96% | 0.55% | - |
| HSV(B) | 297.79º | 0.87% | 0.98% | - |
| XYZ | 54.42 | 26.87 | 92.76 | - |
| YUV | 120.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 250 | 0.03 | 0.87 | 0 | 0.02 | 297.79 | 0.96 | 0.55 |
| Hex | F2 | 21 | FA | 3 | 57 | 0 | 2 | 12A | 60 | 37 |
| Octal | 362 | 41 | 372 | 3 | 127 | 0 | 2 | 452 | 140 | 67 |
| Binary | 11110010 | 100001 | 11111010 | 11 | 1010111 | 0 | 10 | 100101010 | 1100000 | 110111 |
Color Harmonies of #F221FA
Complementary color
Monochromatic Colors of #F221FA
Black with #F221FA
Text Example
Text Example
White with #F221FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221FA; }
p { color: rgb(242,33,250); }
H1.HeaderClassName
{
color: #F221FA;
}
.AnyTagClassName
{
color: #F221FA;
}
</style>
background-color css
<style>
a { background-color: #F221FA; }
a { background-color: rgb(242,33,250); }
div.DivClassName
{
background-color: #F221FA;
}
.BgClassName
{
background-color: #F221FA;
}
</style>
border-color css
<style>
span { border-color: #F221FA; }
span { border-color: rgb(242,33,250); }
td.TdClassName
{
border-color: #F221FA;
}
.TagClassName
{
border-color: #F221FA;
}
</style>