Shades of Hot Magenta #F319DB
Tints of Hot Magenta #F319DB
RGB
CMYK
RGB Variations
Color information
#F319DB (or 0xF319DB) is known color: Hot Magenta. HEX triplet: F3, 19 and DB. RGB value is (243,25,219). Sum of RGB (Red+Green+Blue) = 243+25+219=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F319DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319DB is #0CE624. Grayscale: #6F6F6F. Windows color (decimal): -845349 or 14359027. OLE color: 14359027.
HSL color Cylindrical-coordinate representation of color #F319DB: hue angle of 306.61º 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 #F319DB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 219 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.05 |
| HSL | 306.61º | 0.9% | 0.53% | - |
| HSV(B) | 306.61º | 0.9% | 0.95% | - |
| XYZ | 50.1 | 24.86 | 69.18 | - |
| YUV | 112.3 | 188.22 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 219 | 0 | 0.90 | 0.10 | 0.05 | 306.61 | 0.9 | 0.53 |
| Hex | F3 | 19 | DB | 0 | 5A | A | 5 | 133 | 5A | 35 |
| Octal | 363 | 31 | 333 | 0 | 132 | 12 | 5 | 463 | 132 | 65 |
| Binary | 11110011 | 11001 | 11011011 | 0 | 1011010 | 1010 | 101 | 100110011 | 1011010 | 110101 |
Color Harmonies of #F319DB
Complementary color
Monochromatic Colors of #F319DB
Black with #F319DB
Text Example
Text Example
White with #F319DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319DB; }
p { color: rgb(243,25,219); }
H1.HeaderClassName
{
color: #F319DB;
}
.AnyTagClassName
{
color: #F319DB;
}
</style>
background-color css
<style>
a { background-color: #F319DB; }
a { background-color: rgb(243,25,219); }
div.DivClassName
{
background-color: #F319DB;
}
.BgClassName
{
background-color: #F319DB;
}
</style>
border-color css
<style>
span { border-color: #F319DB; }
span { border-color: rgb(243,25,219); }
td.TdClassName
{
border-color: #F319DB;
}
.TagClassName
{
border-color: #F319DB;
}
</style>