Shades of Hot Magenta #F215E4
Tints of Hot Magenta #F215E4
RGB
CMYK
RGB Variations
Color information
#F215E4 (or 0xF215E4) is known color: Hot Magenta. HEX triplet: F2, 15 and E4. RGB value is (242,21,228). Sum of RGB (Red+Green+Blue) = 242+21+228=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F215E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215E4 is #0DEA1B. Grayscale: #6E6E6E. Windows color (decimal): -911900 or 14947826. OLE color: 14947826.
HSL color Cylindrical-coordinate representation of color #F215E4: hue angle of 303.8º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215E4 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 228 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.05 |
| HSL | 303.8º | 0.89% | 0.52% | - |
| HSV(B) | 303.8º | 0.91% | 0.95% | - |
| XYZ | 50.89 | 25.02 | 75.54 | - |
| YUV | 110.68 | 194.22 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 228 | 0 | 0.91 | 0.06 | 0.05 | 303.8 | 0.89 | 0.52 |
| Hex | F2 | 15 | E4 | 0 | 5B | 6 | 5 | 130 | 59 | 34 |
| Octal | 362 | 25 | 344 | 0 | 133 | 6 | 5 | 460 | 131 | 64 |
| Binary | 11110010 | 10101 | 11100100 | 0 | 1011011 | 110 | 101 | 100110000 | 1011001 | 110100 |
Color Harmonies of #F215E4
Complementary color
Monochromatic Colors of #F215E4
Black with #F215E4
Text Example
Text Example
White with #F215E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215E4; }
p { color: rgb(242,21,228); }
H1.HeaderClassName
{
color: #F215E4;
}
.AnyTagClassName
{
color: #F215E4;
}
</style>
background-color css
<style>
a { background-color: #F215E4; }
a { background-color: rgb(242,21,228); }
div.DivClassName
{
background-color: #F215E4;
}
.BgClassName
{
background-color: #F215E4;
}
</style>
border-color css
<style>
span { border-color: #F215E4; }
span { border-color: rgb(242,21,228); }
td.TdClassName
{
border-color: #F215E4;
}
.TagClassName
{
border-color: #F215E4;
}
</style>