Shades of Hot Magenta #F314DB
Tints of Hot Magenta #F314DB
RGB
CMYK
RGB Variations
Color information
#F314DB (or 0xF314DB) is known color: Hot Magenta. HEX triplet: F3, 14 and DB. RGB value is (243,20,219). Sum of RGB (Red+Green+Blue) = 243+20+219=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F314DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314DB is #0CEB24. Grayscale: #6C6C6C. Windows color (decimal): -846629 or 14357747. OLE color: 14357747.
HSL color Cylindrical-coordinate representation of color #F314DB: hue angle of 306.46º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314DB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.46º | 0.9% | 0.52% | - |
| HSV(B) | 306.46º | 0.92% | 0.95% | - |
| XYZ | 50 | 24.67 | 69.14 | - |
| YUV | 109.36 | 189.88 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 219 | 0 | 0.92 | 0.10 | 0.05 | 306.46 | 0.9 | 0.52 |
| Hex | F3 | 14 | DB | 0 | 5C | A | 5 | 132 | 5A | 34 |
| Octal | 363 | 24 | 333 | 0 | 134 | 12 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 10100 | 11011011 | 0 | 1011100 | 1010 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F314DB
Complementary color
Monochromatic Colors of #F314DB
Black with #F314DB
Text Example
Text Example
White with #F314DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314DB; }
p { color: rgb(243,20,219); }
H1.HeaderClassName
{
color: #F314DB;
}
.AnyTagClassName
{
color: #F314DB;
}
</style>
background-color css
<style>
a { background-color: #F314DB; }
a { background-color: rgb(243,20,219); }
div.DivClassName
{
background-color: #F314DB;
}
.BgClassName
{
background-color: #F314DB;
}
</style>
border-color css
<style>
span { border-color: #F314DB; }
span { border-color: rgb(243,20,219); }
td.TdClassName
{
border-color: #F314DB;
}
.TagClassName
{
border-color: #F314DB;
}
</style>