Shades of Magenta #F21AF5
Tints of Magenta #F21AF5
RGB
CMYK
RGB Variations
Color information
#F21AF5 (or 0xF21AF5) is known color: Magenta. HEX triplet: F2, 1A and F5. RGB value is (242,26,245). Sum of RGB (Red+Green+Blue) = 242+26+245=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 26 (10.55% from 255 or 5.07% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #F21AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AF5 is #0DE50A. Grayscale: #727272. Windows color (decimal): -910603 or 16063218. OLE color: 16063218.
HSL color Cylindrical-coordinate representation of color #F21AF5: hue angle of 299.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AF5 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 26 | 245 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.04 |
| HSL | 299.18º | 0.92% | 0.53% | - |
| HSV(B) | 299.18º | 0.89% | 0.96% | - |
| XYZ | 53.47 | 26.21 | 88.63 | - |
| YUV | 115.55 | 201.06 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 245 | 0.01 | 0.89 | 0 | 0.04 | 299.18 | 0.92 | 0.53 |
| Hex | F2 | 1A | F5 | 1 | 59 | 0 | 4 | 12B | 5C | 35 |
| Octal | 362 | 32 | 365 | 1 | 131 | 0 | 4 | 453 | 134 | 65 |
| Binary | 11110010 | 11010 | 11110101 | 1 | 1011001 | 0 | 100 | 100101011 | 1011100 | 110101 |
Color Harmonies of #F21AF5
Complementary color
Monochromatic Colors of #F21AF5
Black with #F21AF5
Text Example
Text Example
White with #F21AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AF5; }
p { color: rgb(242,26,245); }
H1.HeaderClassName
{
color: #F21AF5;
}
.AnyTagClassName
{
color: #F21AF5;
}
</style>
background-color css
<style>
a { background-color: #F21AF5; }
a { background-color: rgb(242,26,245); }
div.DivClassName
{
background-color: #F21AF5;
}
.BgClassName
{
background-color: #F21AF5;
}
</style>
border-color css
<style>
span { border-color: #F21AF5; }
span { border-color: rgb(242,26,245); }
td.TdClassName
{
border-color: #F21AF5;
}
.TagClassName
{
border-color: #F21AF5;
}
</style>