Shades of Hot Magenta #F314D7
Tints of Hot Magenta #F314D7
RGB
CMYK
RGB Variations
Color information
#F314D7 (or 0xF314D7) is known color: Hot Magenta. HEX triplet: F3, 14 and D7. RGB value is (243,20,215). Sum of RGB (Red+Green+Blue) = 243+20+215=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F314D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314D7 is #0CEB28. Grayscale: #6C6C6C. Windows color (decimal): -846633 or 14095603. OLE color: 14095603.
HSL color Cylindrical-coordinate representation of color #F314D7: hue angle of 307.53º 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 #F314D7 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 215 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.05 |
| HSL | 307.53º | 0.9% | 0.52% | - |
| HSV(B) | 307.53º | 0.92% | 0.95% | - |
| XYZ | 49.48 | 24.46 | 66.4 | - |
| YUV | 108.91 | 187.88 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 215 | 0 | 0.92 | 0.12 | 0.05 | 307.53 | 0.9 | 0.52 |
| Hex | F3 | 14 | D7 | 0 | 5C | C | 5 | 134 | 5A | 34 |
| Octal | 363 | 24 | 327 | 0 | 134 | 14 | 5 | 464 | 132 | 64 |
| Binary | 11110011 | 10100 | 11010111 | 0 | 1011100 | 1100 | 101 | 100110100 | 1011010 | 110100 |
Color Harmonies of #F314D7
Complementary color
Monochromatic Colors of #F314D7
Black with #F314D7
Text Example
Text Example
White with #F314D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314D7; }
p { color: rgb(243,20,215); }
H1.HeaderClassName
{
color: #F314D7;
}
.AnyTagClassName
{
color: #F314D7;
}
</style>
background-color css
<style>
a { background-color: #F314D7; }
a { background-color: rgb(243,20,215); }
div.DivClassName
{
background-color: #F314D7;
}
.BgClassName
{
background-color: #F314D7;
}
</style>
border-color css
<style>
span { border-color: #F314D7; }
span { border-color: rgb(243,20,215); }
td.TdClassName
{
border-color: #F314D7;
}
.TagClassName
{
border-color: #F314D7;
}
</style>