Shades of Magenta #F21AF3
Tints of Magenta #F21AF3
RGB
CMYK
RGB Variations
Color information
#F21AF3 (or 0xF21AF3) is known color: Magenta. HEX triplet: F2, 1A and F3. RGB value is (242,26,243). Sum of RGB (Red+Green+Blue) = 242+26+243=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #F21AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AF3 is #0DE50C. Grayscale: #727272. Windows color (decimal): -910605 or 15932146. OLE color: 15932146.
HSL color Cylindrical-coordinate representation of color #F21AF3: hue angle of 299.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AF3 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 243 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.05 |
| HSL | 299.72º | 0.9% | 0.53% | - |
| HSV(B) | 299.72º | 0.89% | 0.95% | - |
| XYZ | 53.17 | 26.09 | 87.03 | - |
| YUV | 115.32 | 200.06 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 243 | 0.00 | 0.89 | 0 | 0.05 | 299.72 | 0.9 | 0.53 |
| Hex | F2 | 1A | F3 | 0 | 59 | 0 | 5 | 12C | 5A | 35 |
| Octal | 362 | 32 | 363 | 0 | 131 | 0 | 5 | 454 | 132 | 65 |
| Binary | 11110010 | 11010 | 11110011 | 0 | 1011001 | 0 | 101 | 100101100 | 1011010 | 110101 |
Color Harmonies of #F21AF3
Complementary color
Monochromatic Colors of #F21AF3
Black with #F21AF3
Text Example
Text Example
White with #F21AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AF3; }
p { color: rgb(242,26,243); }
H1.HeaderClassName
{
color: #F21AF3;
}
.AnyTagClassName
{
color: #F21AF3;
}
</style>
background-color css
<style>
a { background-color: #F21AF3; }
a { background-color: rgb(242,26,243); }
div.DivClassName
{
background-color: #F21AF3;
}
.BgClassName
{
background-color: #F21AF3;
}
</style>
border-color css
<style>
span { border-color: #F21AF3; }
span { border-color: rgb(242,26,243); }
td.TdClassName
{
border-color: #F21AF3;
}
.TagClassName
{
border-color: #F21AF3;
}
</style>