Shades of Hot Magenta #F217DA
Tints of Hot Magenta #F217DA
RGB
CMYK
RGB Variations
Color information
#F217DA (or 0xF217DA) is known color: Hot Magenta. HEX triplet: F2, 17 and DA. RGB value is (242,23,218). Sum of RGB (Red+Green+Blue) = 242+23+218=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F217DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217DA is #0DE825. Grayscale: #6E6E6E. Windows color (decimal): -911398 or 14292978. OLE color: 14292978.
HSL color Cylindrical-coordinate representation of color #F217DA: hue angle of 306.58º 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 #F217DA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 218 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.05 |
| HSL | 306.58º | 0.89% | 0.52% | - |
| HSV(B) | 306.58º | 0.9% | 0.95% | - |
| XYZ | 49.58 | 24.55 | 68.46 | - |
| YUV | 110.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 218 | 0 | 0.90 | 0.10 | 0.05 | 306.58 | 0.89 | 0.52 |
| Hex | F2 | 17 | DA | 0 | 5A | A | 5 | 133 | 59 | 34 |
| Octal | 362 | 27 | 332 | 0 | 132 | 12 | 5 | 463 | 131 | 64 |
| Binary | 11110010 | 10111 | 11011010 | 0 | 1011010 | 1010 | 101 | 100110011 | 1011001 | 110100 |
Color Harmonies of #F217DA
Complementary color
Monochromatic Colors of #F217DA
Black with #F217DA
Text Example
Text Example
White with #F217DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217DA; }
p { color: rgb(242,23,218); }
H1.HeaderClassName
{
color: #F217DA;
}
.AnyTagClassName
{
color: #F217DA;
}
</style>
background-color css
<style>
a { background-color: #F217DA; }
a { background-color: rgb(242,23,218); }
div.DivClassName
{
background-color: #F217DA;
}
.BgClassName
{
background-color: #F217DA;
}
</style>
border-color css
<style>
span { border-color: #F217DA; }
span { border-color: rgb(242,23,218); }
td.TdClassName
{
border-color: #F217DA;
}
.TagClassName
{
border-color: #F217DA;
}
</style>