Shades of Magenta #F21BED
Tints of Magenta #F21BED
RGB
CMYK
RGB Variations
Color information
#F21BED (or 0xF21BED) is known color: Magenta. HEX triplet: F2, 1B and ED. RGB value is (242,27,237). Sum of RGB (Red+Green+Blue) = 242+27+237=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21BED is #0DE412. Grayscale: #727272. Windows color (decimal): -910355 or 15539186. OLE color: 15539186.
HSL color Cylindrical-coordinate representation of color #F21BED: hue angle of 301.4º 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 #F21BED is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 237 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.05 |
| HSL | 301.4º | 0.89% | 0.53% | - |
| HSV(B) | 301.4º | 0.89% | 0.95% | - |
| XYZ | 52.3 | 25.78 | 82.34 | - |
| YUV | 115.23 | 196.73 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 237 | 0 | 0.89 | 0.02 | 0.05 | 301.4 | 0.89 | 0.53 |
| Hex | F2 | 1B | ED | 0 | 59 | 2 | 5 | 12D | 59 | 35 |
| Octal | 362 | 33 | 355 | 0 | 131 | 2 | 5 | 455 | 131 | 65 |
| Binary | 11110010 | 11011 | 11101101 | 0 | 1011001 | 10 | 101 | 100101101 | 1011001 | 110101 |
Color Harmonies of #F21BED
Complementary color
Monochromatic Colors of #F21BED
Black with #F21BED
Text Example
Text Example
White with #F21BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BED; }
p { color: rgb(242,27,237); }
H1.HeaderClassName
{
color: #F21BED;
}
.AnyTagClassName
{
color: #F21BED;
}
</style>
background-color css
<style>
a { background-color: #F21BED; }
a { background-color: rgb(242,27,237); }
div.DivClassName
{
background-color: #F21BED;
}
.BgClassName
{
background-color: #F21BED;
}
</style>
border-color css
<style>
span { border-color: #F21BED; }
span { border-color: rgb(242,27,237); }
td.TdClassName
{
border-color: #F21BED;
}
.TagClassName
{
border-color: #F21BED;
}
</style>