Shades of Hot Magenta #F319DC
Tints of Hot Magenta #F319DC
RGB
CMYK
RGB Variations
Color information
#F319DC (or 0xF319DC) is known color: Hot Magenta. HEX triplet: F3, 19 and DC. RGB value is (243,25,220). Sum of RGB (Red+Green+Blue) = 243+25+220=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F319DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319DC is #0CE623. Grayscale: #6F6F6F. Windows color (decimal): -845348 or 14424563. OLE color: 14424563.
HSL color Cylindrical-coordinate representation of color #F319DC: hue angle of 306.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319DC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 220 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 306.33º | 0.9% | 0.53% | - |
| HSV(B) | 306.33º | 0.9% | 0.95% | - |
| XYZ | 50.23 | 24.92 | 69.87 | - |
| YUV | 112.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 220 | 0 | 0.90 | 0.09 | 0.05 | 306.33 | 0.9 | 0.53 |
| Hex | F3 | 19 | DC | 0 | 5A | 9 | 5 | 132 | 5A | 35 |
| Octal | 363 | 31 | 334 | 0 | 132 | 11 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11001 | 11011100 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F319DC
Complementary color
Monochromatic Colors of #F319DC
Black with #F319DC
Text Example
Text Example
White with #F319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319DC; }
p { color: rgb(243,25,220); }
H1.HeaderClassName
{
color: #F319DC;
}
.AnyTagClassName
{
color: #F319DC;
}
</style>
background-color css
<style>
a { background-color: #F319DC; }
a { background-color: rgb(243,25,220); }
div.DivClassName
{
background-color: #F319DC;
}
.BgClassName
{
background-color: #F319DC;
}
</style>
border-color css
<style>
span { border-color: #F319DC; }
span { border-color: rgb(243,25,220); }
td.TdClassName
{
border-color: #F319DC;
}
.TagClassName
{
border-color: #F319DC;
}
</style>