Shades of Hot Magenta #F818DF
Tints of Hot Magenta #F818DF
RGB
CMYK
RGB Variations
Color information
#F818DF (or 0xF818DF) is known color: Hot Magenta. HEX triplet: F8, 18 and DF. RGB value is (248,24,223). Sum of RGB (Red+Green+Blue) = 248+24+223=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F818DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818DF is #07E720. Grayscale: #717171. Windows color (decimal): -517921 or 14620920. OLE color: 14620920.
HSL color Cylindrical-coordinate representation of color #F818DF: hue angle of 306.7º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818DF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.03 |
| HSL | 306.7º | 0.94% | 0.53% | - |
| HSV(B) | 306.7º | 0.9% | 0.97% | - |
| XYZ | 52.36 | 25.94 | 72.06 | - |
| YUV | 113.66 | 189.71 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 223 | 0 | 0.90 | 0.10 | 0.03 | 306.7 | 0.94 | 0.53 |
| Hex | F8 | 18 | DF | 0 | 5A | A | 3 | 133 | 5E | 35 |
| Octal | 370 | 30 | 337 | 0 | 132 | 12 | 3 | 463 | 136 | 65 |
| Binary | 11111000 | 11000 | 11011111 | 0 | 1011010 | 1010 | 11 | 100110011 | 1011110 | 110101 |
Color Harmonies of #F818DF
Complementary color
Monochromatic Colors of #F818DF
Black with #F818DF
Text Example
Text Example
White with #F818DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818DF; }
p { color: rgb(248,24,223); }
H1.HeaderClassName
{
color: #F818DF;
}
.AnyTagClassName
{
color: #F818DF;
}
</style>
background-color css
<style>
a { background-color: #F818DF; }
a { background-color: rgb(248,24,223); }
div.DivClassName
{
background-color: #F818DF;
}
.BgClassName
{
background-color: #F818DF;
}
</style>
border-color css
<style>
span { border-color: #F818DF; }
span { border-color: rgb(248,24,223); }
td.TdClassName
{
border-color: #F818DF;
}
.TagClassName
{
border-color: #F818DF;
}
</style>