Shades of Magenta #F21EFB
Tints of Magenta #F21EFB
RGB
CMYK
RGB Variations
Color information
#F21EFB (or 0xF21EFB) is known color: Magenta. HEX triplet: F2, 1E and FB. RGB value is (242,30,251). Sum of RGB (Red+Green+Blue) = 242+30+251=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 30 (12.11% from 255 or 5.74% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #F21EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EFB is #0DE104. Grayscale: #757575. Windows color (decimal): -909573 or 16457458. OLE color: 16457458.
HSL color Cylindrical-coordinate representation of color #F21EFB: hue angle of 297.56º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21EFB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 30 | 251 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.02 |
| HSL | 297.56º | 0.97% | 0.55% | - |
| HSV(B) | 297.56º | 0.88% | 0.98% | - |
| XYZ | 54.49 | 26.77 | 93.56 | - |
| YUV | 118.58 | 202.74 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 251 | 0.04 | 0.88 | 0 | 0.02 | 297.56 | 0.97 | 0.55 |
| Hex | F2 | 1E | FB | 4 | 58 | 0 | 2 | 12A | 61 | 37 |
| Octal | 362 | 36 | 373 | 4 | 130 | 0 | 2 | 452 | 141 | 67 |
| Binary | 11110010 | 11110 | 11111011 | 100 | 1011000 | 0 | 10 | 100101010 | 1100001 | 110111 |
Color Harmonies of #F21EFB
Complementary color
Monochromatic Colors of #F21EFB
Black with #F21EFB
Text Example
Text Example
White with #F21EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21EFB; }
p { color: rgb(242,30,251); }
H1.HeaderClassName
{
color: #F21EFB;
}
.AnyTagClassName
{
color: #F21EFB;
}
</style>
background-color css
<style>
a { background-color: #F21EFB; }
a { background-color: rgb(242,30,251); }
div.DivClassName
{
background-color: #F21EFB;
}
.BgClassName
{
background-color: #F21EFB;
}
</style>
border-color css
<style>
span { border-color: #F21EFB; }
span { border-color: rgb(242,30,251); }
td.TdClassName
{
border-color: #F21EFB;
}
.TagClassName
{
border-color: #F21EFB;
}
</style>