Shades of Hot Magenta #F217E3
Tints of Hot Magenta #F217E3
RGB
CMYK
RGB Variations
Color information
#F217E3 (or 0xF217E3) is known color: Hot Magenta. HEX triplet: F2, 17 and E3. RGB value is (242,23,227). Sum of RGB (Red+Green+Blue) = 242+23+227=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F217E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217E3 is #0DE81C. Grayscale: #6F6F6F. Windows color (decimal): -911389 or 14882802. OLE color: 14882802.
HSL color Cylindrical-coordinate representation of color #F217E3: hue angle of 304.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217E3 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 227 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.05 |
| HSL | 304.11º | 0.89% | 0.52% | - |
| HSV(B) | 304.11º | 0.9% | 0.95% | - |
| XYZ | 50.79 | 25.04 | 74.83 | - |
| YUV | 111.74 | 193.05 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 227 | 0 | 0.90 | 0.06 | 0.05 | 304.11 | 0.89 | 0.52 |
| Hex | F2 | 17 | E3 | 0 | 5A | 6 | 5 | 130 | 59 | 34 |
| Octal | 362 | 27 | 343 | 0 | 132 | 6 | 5 | 460 | 131 | 64 |
| Binary | 11110010 | 10111 | 11100011 | 0 | 1011010 | 110 | 101 | 100110000 | 1011001 | 110100 |
Color Harmonies of #F217E3
Complementary color
Monochromatic Colors of #F217E3
Black with #F217E3
Text Example
Text Example
White with #F217E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217E3; }
p { color: rgb(242,23,227); }
H1.HeaderClassName
{
color: #F217E3;
}
.AnyTagClassName
{
color: #F217E3;
}
</style>
background-color css
<style>
a { background-color: #F217E3; }
a { background-color: rgb(242,23,227); }
div.DivClassName
{
background-color: #F217E3;
}
.BgClassName
{
background-color: #F217E3;
}
</style>
border-color css
<style>
span { border-color: #F217E3; }
span { border-color: rgb(242,23,227); }
td.TdClassName
{
border-color: #F217E3;
}
.TagClassName
{
border-color: #F217E3;
}
</style>