Shades of Hot Magenta #F814DF
Tints of Hot Magenta #F814DF
RGB
CMYK
RGB Variations
Color information
#F814DF (or 0xF814DF) is known color: Hot Magenta. HEX triplet: F8, 14 and DF. RGB value is (248,20,223). Sum of RGB (Red+Green+Blue) = 248+20+223=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F814DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814DF is #07EB20. Grayscale: #6E6E6E. Windows color (decimal): -518945 or 14619896. OLE color: 14619896.
HSL color Cylindrical-coordinate representation of color #F814DF: hue angle of 306.58º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814DF is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.03 |
| HSL | 306.58º | 0.94% | 0.53% | - |
| HSV(B) | 306.58º | 0.92% | 0.97% | - |
| XYZ | 52.28 | 25.78 | 72.03 | - |
| YUV | 111.31 | 191.04 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 223 | 0 | 0.92 | 0.10 | 0.03 | 306.58 | 0.94 | 0.53 |
| Hex | F8 | 14 | DF | 0 | 5C | A | 3 | 133 | 5E | 35 |
| Octal | 370 | 24 | 337 | 0 | 134 | 12 | 3 | 463 | 136 | 65 |
| Binary | 11111000 | 10100 | 11011111 | 0 | 1011100 | 1010 | 11 | 100110011 | 1011110 | 110101 |
Color Harmonies of #F814DF
Complementary color
Monochromatic Colors of #F814DF
Black with #F814DF
Text Example
Text Example
White with #F814DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814DF; }
p { color: rgb(248,20,223); }
H1.HeaderClassName
{
color: #F814DF;
}
.AnyTagClassName
{
color: #F814DF;
}
</style>
background-color css
<style>
a { background-color: #F814DF; }
a { background-color: rgb(248,20,223); }
div.DivClassName
{
background-color: #F814DF;
}
.BgClassName
{
background-color: #F814DF;
}
</style>
border-color css
<style>
span { border-color: #F814DF; }
span { border-color: rgb(248,20,223); }
td.TdClassName
{
border-color: #F814DF;
}
.TagClassName
{
border-color: #F814DF;
}
</style>