Shades of Hot Magenta #F217DB
Tints of Hot Magenta #F217DB
RGB
CMYK
RGB Variations
Color information
#F217DB (or 0xF217DB) is known color: Hot Magenta. HEX triplet: F2, 17 and DB. RGB value is (242,23,219). Sum of RGB (Red+Green+Blue) = 242+23+219=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F217DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217DB is #0DE824. Grayscale: #6E6E6E. Windows color (decimal): -911397 or 14358514. OLE color: 14358514.
HSL color Cylindrical-coordinate representation of color #F217DB: hue angle of 306.3º 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 #F217DB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 219 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.05 |
| HSL | 306.3º | 0.89% | 0.52% | - |
| HSV(B) | 306.3º | 0.9% | 0.95% | - |
| XYZ | 49.71 | 24.6 | 69.15 | - |
| YUV | 110.83 | 189.05 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 219 | 0 | 0.90 | 0.10 | 0.05 | 306.3 | 0.89 | 0.52 |
| Hex | F2 | 17 | DB | 0 | 5A | A | 5 | 132 | 59 | 34 |
| Octal | 362 | 27 | 333 | 0 | 132 | 12 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 10111 | 11011011 | 0 | 1011010 | 1010 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F217DB
Complementary color
Monochromatic Colors of #F217DB
Black with #F217DB
Text Example
Text Example
White with #F217DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217DB; }
p { color: rgb(242,23,219); }
H1.HeaderClassName
{
color: #F217DB;
}
.AnyTagClassName
{
color: #F217DB;
}
</style>
background-color css
<style>
a { background-color: #F217DB; }
a { background-color: rgb(242,23,219); }
div.DivClassName
{
background-color: #F217DB;
}
.BgClassName
{
background-color: #F217DB;
}
</style>
border-color css
<style>
span { border-color: #F217DB; }
span { border-color: rgb(242,23,219); }
td.TdClassName
{
border-color: #F217DB;
}
.TagClassName
{
border-color: #F217DB;
}
</style>