Shades of Hot Magenta #F314DA
Tints of Hot Magenta #F314DA
RGB
CMYK
RGB Variations
Color information
#F314DA (or 0xF314DA) is known color: Hot Magenta. HEX triplet: F3, 14 and DA. RGB value is (243,20,218). Sum of RGB (Red+Green+Blue) = 243+20+218=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F314DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314DA is #0CEB25. Grayscale: #6C6C6C. Windows color (decimal): -846630 or 14292211. OLE color: 14292211.
HSL color Cylindrical-coordinate representation of color #F314DA: hue angle of 306.73º 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 #F314DA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 218 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.73º | 0.9% | 0.52% | - |
| HSV(B) | 306.73º | 0.92% | 0.95% | - |
| XYZ | 49.87 | 24.62 | 68.45 | - |
| YUV | 109.25 | 189.38 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 218 | 0 | 0.92 | 0.10 | 0.05 | 306.73 | 0.9 | 0.52 |
| Hex | F3 | 14 | DA | 0 | 5C | A | 5 | 133 | 5A | 34 |
| Octal | 363 | 24 | 332 | 0 | 134 | 12 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 10100 | 11011010 | 0 | 1011100 | 1010 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F314DA
Complementary color
Monochromatic Colors of #F314DA
Black with #F314DA
Text Example
Text Example
White with #F314DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314DA; }
p { color: rgb(243,20,218); }
H1.HeaderClassName
{
color: #F314DA;
}
.AnyTagClassName
{
color: #F314DA;
}
</style>
background-color css
<style>
a { background-color: #F314DA; }
a { background-color: rgb(243,20,218); }
div.DivClassName
{
background-color: #F314DA;
}
.BgClassName
{
background-color: #F314DA;
}
</style>
border-color css
<style>
span { border-color: #F314DA; }
span { border-color: rgb(243,20,218); }
td.TdClassName
{
border-color: #F314DA;
}
.TagClassName
{
border-color: #F314DA;
}
</style>