Shades of Magenta #F21BEB
Tints of Magenta #F21BEB
RGB
CMYK
RGB Variations
Color information
#F21BEB (or 0xF21BEB) is known color: Magenta. HEX triplet: F2, 1B and EB. RGB value is (242,27,235). Sum of RGB (Red+Green+Blue) = 242+27+235=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 27 (10.94% from 255 or 5.36% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21BEB is #0DE414. Grayscale: #727272. Windows color (decimal): -910357 or 15408114. OLE color: 15408114.
HSL color Cylindrical-coordinate representation of color #F21BEB: hue angle of 301.95º 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 #F21BEB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 235 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.05 |
| HSL | 301.95º | 0.89% | 0.53% | - |
| HSV(B) | 301.95º | 0.89% | 0.95% | - |
| XYZ | 52.01 | 25.66 | 80.81 | - |
| YUV | 115 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 235 | 0 | 0.89 | 0.03 | 0.05 | 301.95 | 0.89 | 0.53 |
| Hex | F2 | 1B | EB | 0 | 59 | 3 | 5 | 12E | 59 | 35 |
| Octal | 362 | 33 | 353 | 0 | 131 | 3 | 5 | 456 | 131 | 65 |
| Binary | 11110010 | 11011 | 11101011 | 0 | 1011001 | 11 | 101 | 100101110 | 1011001 | 110101 |
Color Harmonies of #F21BEB
Complementary color
Monochromatic Colors of #F21BEB
Black with #F21BEB
Text Example
Text Example
White with #F21BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BEB; }
p { color: rgb(242,27,235); }
H1.HeaderClassName
{
color: #F21BEB;
}
.AnyTagClassName
{
color: #F21BEB;
}
</style>
background-color css
<style>
a { background-color: #F21BEB; }
a { background-color: rgb(242,27,235); }
div.DivClassName
{
background-color: #F21BEB;
}
.BgClassName
{
background-color: #F21BEB;
}
</style>
border-color css
<style>
span { border-color: #F21BEB; }
span { border-color: rgb(242,27,235); }
td.TdClassName
{
border-color: #F21BEB;
}
.TagClassName
{
border-color: #F21BEB;
}
</style>