Shades of Hot Magenta #F614DD
Tints of Hot Magenta #F614DD
RGB
CMYK
RGB Variations
Color information
#F614DD (or 0xF614DD) is known color: Hot Magenta. HEX triplet: F6, 14 and DD. RGB value is (246,20,221). Sum of RGB (Red+Green+Blue) = 246+20+221=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F614DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614DD is #09EB22. Grayscale: #6D6D6D. Windows color (decimal): -650019 or 14488822. OLE color: 14488822.
HSL color Cylindrical-coordinate representation of color #F614DD: hue angle of 306.64º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614DD is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.04 |
| HSL | 306.64º | 0.93% | 0.52% | - |
| HSV(B) | 306.64º | 0.92% | 0.96% | - |
| XYZ | 51.31 | 25.31 | 70.59 | - |
| YUV | 110.49 | 190.37 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 221 | 0 | 0.92 | 0.10 | 0.04 | 306.64 | 0.93 | 0.52 |
| Hex | F6 | 14 | DD | 0 | 5C | A | 4 | 133 | 5D | 34 |
| Octal | 366 | 24 | 335 | 0 | 134 | 12 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10100 | 11011101 | 0 | 1011100 | 1010 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F614DD
Complementary color
Monochromatic Colors of #F614DD
Black with #F614DD
Text Example
Text Example
White with #F614DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614DD; }
p { color: rgb(246,20,221); }
H1.HeaderClassName
{
color: #F614DD;
}
.AnyTagClassName
{
color: #F614DD;
}
</style>
background-color css
<style>
a { background-color: #F614DD; }
a { background-color: rgb(246,20,221); }
div.DivClassName
{
background-color: #F614DD;
}
.BgClassName
{
background-color: #F614DD;
}
</style>
border-color css
<style>
span { border-color: #F614DD; }
span { border-color: rgb(246,20,221); }
td.TdClassName
{
border-color: #F614DD;
}
.TagClassName
{
border-color: #F614DD;
}
</style>