Shades of Magenta #F21BE7
Tints of Magenta #F21BE7
RGB
CMYK
RGB Variations
Color information
#F21BE7 (or 0xF21BE7) is known color: Magenta. HEX triplet: F2, 1B and E7. RGB value is (242,27,231). Sum of RGB (Red+Green+Blue) = 242+27+231=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21BE7 is #0DE418. Grayscale: #717171. Windows color (decimal): -910361 or 15145970. OLE color: 15145970.
HSL color Cylindrical-coordinate representation of color #F21BE7: hue angle of 303.07º 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 #F21BE7 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 231 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.05 |
| HSL | 303.07º | 0.89% | 0.53% | - |
| HSV(B) | 303.07º | 0.89% | 0.95% | - |
| XYZ | 51.43 | 25.43 | 77.8 | - |
| YUV | 114.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 231 | 0 | 0.89 | 0.05 | 0.05 | 303.07 | 0.89 | 0.53 |
| Hex | F2 | 1B | E7 | 0 | 59 | 5 | 5 | 12F | 59 | 35 |
| Octal | 362 | 33 | 347 | 0 | 131 | 5 | 5 | 457 | 131 | 65 |
| Binary | 11110010 | 11011 | 11100111 | 0 | 1011001 | 101 | 101 | 100101111 | 1011001 | 110101 |
Color Harmonies of #F21BE7
Complementary color
Monochromatic Colors of #F21BE7
Black with #F21BE7
Text Example
Text Example
White with #F21BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BE7; }
p { color: rgb(242,27,231); }
H1.HeaderClassName
{
color: #F21BE7;
}
.AnyTagClassName
{
color: #F21BE7;
}
</style>
background-color css
<style>
a { background-color: #F21BE7; }
a { background-color: rgb(242,27,231); }
div.DivClassName
{
background-color: #F21BE7;
}
.BgClassName
{
background-color: #F21BE7;
}
</style>
border-color css
<style>
span { border-color: #F21BE7; }
span { border-color: rgb(242,27,231); }
td.TdClassName
{
border-color: #F21BE7;
}
.TagClassName
{
border-color: #F21BE7;
}
</style>