Shades of Hot Magenta #F914DA
Tints of Hot Magenta #F914DA
RGB
CMYK
RGB Variations
Color information
#F914DA (or 0xF914DA) is known color: Hot Magenta. HEX triplet: F9, 14 and DA. RGB value is (249,20,218). Sum of RGB (Red+Green+Blue) = 249+20+218=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DA is #06EB25. Grayscale: #6E6E6E. Windows color (decimal): -453414 or 14292217. OLE color: 14292217.
HSL color Cylindrical-coordinate representation of color #F914DA: hue angle of 308.12º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914DA is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 218 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.02 |
| HSL | 308.12º | 0.95% | 0.53% | - |
| HSV(B) | 308.12º | 0.92% | 0.98% | - |
| XYZ | 51.97 | 25.7 | 68.55 | - |
| YUV | 111.04 | 188.37 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 218 | 0 | 0.92 | 0.12 | 0.02 | 308.12 | 0.95 | 0.53 |
| Hex | F9 | 14 | DA | 0 | 5C | C | 2 | 134 | 5F | 35 |
| Octal | 371 | 24 | 332 | 0 | 134 | 14 | 2 | 464 | 137 | 65 |
| Binary | 11111001 | 10100 | 11011010 | 0 | 1011100 | 1100 | 10 | 100110100 | 1011111 | 110101 |
Color Harmonies of #F914DA
Complementary color
Monochromatic Colors of #F914DA
Black with #F914DA
Text Example
Text Example
White with #F914DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914DA; }
p { color: rgb(249,20,218); }
H1.HeaderClassName
{
color: #F914DA;
}
.AnyTagClassName
{
color: #F914DA;
}
</style>
background-color css
<style>
a { background-color: #F914DA; }
a { background-color: rgb(249,20,218); }
div.DivClassName
{
background-color: #F914DA;
}
.BgClassName
{
background-color: #F914DA;
}
</style>
border-color css
<style>
span { border-color: #F914DA; }
span { border-color: rgb(249,20,218); }
td.TdClassName
{
border-color: #F914DA;
}
.TagClassName
{
border-color: #F914DA;
}
</style>