Shades of Magenta #F21AFB
Tints of Magenta #F21AFB
RGB
CMYK
RGB Variations
Color information
#F21AFB (or 0xF21AFB) is known color: Magenta. HEX triplet: F2, 1A and FB. RGB value is (242,26,251). Sum of RGB (Red+Green+Blue) = 242+26+251=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 26 (10.55% from 255 or 5.01% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #F21AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AFB is #0DE504. Grayscale: #737373. Windows color (decimal): -910597 or 16456434. OLE color: 16456434.
HSL color Cylindrical-coordinate representation of color #F21AFB: hue angle of 297.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21AFB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 26 | 251 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.02 |
| HSL | 297.6º | 0.97% | 0.54% | - |
| HSV(B) | 297.6º | 0.9% | 0.98% | - |
| XYZ | 54.4 | 26.58 | 93.53 | - |
| YUV | 116.23 | 204.06 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 251 | 0.04 | 0.90 | 0 | 0.02 | 297.6 | 0.97 | 0.54 |
| Hex | F2 | 1A | FB | 4 | 5A | 0 | 2 | 12A | 61 | 36 |
| Octal | 362 | 32 | 373 | 4 | 132 | 0 | 2 | 452 | 141 | 66 |
| Binary | 11110010 | 11010 | 11111011 | 100 | 1011010 | 0 | 10 | 100101010 | 1100001 | 110110 |
Color Harmonies of #F21AFB
Complementary color
Monochromatic Colors of #F21AFB
Black with #F21AFB
Text Example
Text Example
White with #F21AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21AFB; }
p { color: rgb(242,26,251); }
H1.HeaderClassName
{
color: #F21AFB;
}
.AnyTagClassName
{
color: #F21AFB;
}
</style>
background-color css
<style>
a { background-color: #F21AFB; }
a { background-color: rgb(242,26,251); }
div.DivClassName
{
background-color: #F21AFB;
}
.BgClassName
{
background-color: #F21AFB;
}
</style>
border-color css
<style>
span { border-color: #F21AFB; }
span { border-color: rgb(242,26,251); }
td.TdClassName
{
border-color: #F21AFB;
}
.TagClassName
{
border-color: #F21AFB;
}
</style>