Shades of Magenta #F21BEF
Tints of Magenta #F21BEF
RGB
CMYK
RGB Variations
Color information
#F21BEF (or 0xF21BEF) is known color: Magenta. HEX triplet: F2, 1B and EF. RGB value is (242,27,239). Sum of RGB (Red+Green+Blue) = 242+27+239=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 27 (10.94% from 255 or 5.31% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21BEF is #0DE410. Grayscale: #727272. Windows color (decimal): -910353 or 15670258. OLE color: 15670258.
HSL color Cylindrical-coordinate representation of color #F21BEF: hue angle of 300.84º degrees, saturation: 0.89, 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 #F21BEF is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 239 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.05 |
| HSL | 300.84º | 0.89% | 0.53% | - |
| HSV(B) | 300.84º | 0.89% | 0.95% | - |
| XYZ | 52.59 | 25.89 | 83.89 | - |
| YUV | 115.45 | 197.73 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 239 | 0 | 0.89 | 0.01 | 0.05 | 300.84 | 0.89 | 0.53 |
| Hex | F2 | 1B | EF | 0 | 59 | 1 | 5 | 12D | 59 | 35 |
| Octal | 362 | 33 | 357 | 0 | 131 | 1 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11011 | 11101111 | 0 | 1011001 | 1 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21BEF
Complementary color
Monochromatic Colors of #F21BEF
Black with #F21BEF
Text Example
Text Example
White with #F21BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BEF; }
p { color: rgb(242,27,239); }
H1.HeaderClassName
{
color: #F21BEF;
}
.AnyTagClassName
{
color: #F21BEF;
}
</style>
background-color css
<style>
a { background-color: #F21BEF; }
a { background-color: rgb(242,27,239); }
div.DivClassName
{
background-color: #F21BEF;
}
.BgClassName
{
background-color: #F21BEF;
}
</style>
border-color css
<style>
span { border-color: #F21BEF; }
span { border-color: rgb(242,27,239); }
td.TdClassName
{
border-color: #F21BEF;
}
.TagClassName
{
border-color: #F21BEF;
}
</style>