Shades of Hot Magenta #F314DD
Tints of Hot Magenta #F314DD
RGB
CMYK
RGB Variations
Color information
#F314DD (or 0xF314DD) is known color: Hot Magenta. HEX triplet: F3, 14 and DD. RGB value is (243,20,221). Sum of RGB (Red+Green+Blue) = 243+20+221=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F314DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314DD is #0CEB22. Grayscale: #6D6D6D. Windows color (decimal): -846627 or 14488819. OLE color: 14488819.
HSL color Cylindrical-coordinate representation of color #F314DD: hue angle of 305.92º 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 #F314DD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.05 |
| HSL | 305.92º | 0.9% | 0.52% | - |
| HSV(B) | 305.92º | 0.92% | 0.95% | - |
| XYZ | 50.26 | 24.78 | 70.54 | - |
| YUV | 109.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 221 | 0 | 0.92 | 0.09 | 0.05 | 305.92 | 0.9 | 0.52 |
| Hex | F3 | 14 | DD | 0 | 5C | 9 | 5 | 132 | 5A | 34 |
| Octal | 363 | 24 | 335 | 0 | 134 | 11 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 10100 | 11011101 | 0 | 1011100 | 1001 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F314DD
Complementary color
Monochromatic Colors of #F314DD
Black with #F314DD
Text Example
Text Example
White with #F314DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314DD; }
p { color: rgb(243,20,221); }
H1.HeaderClassName
{
color: #F314DD;
}
.AnyTagClassName
{
color: #F314DD;
}
</style>
background-color css
<style>
a { background-color: #F314DD; }
a { background-color: rgb(243,20,221); }
div.DivClassName
{
background-color: #F314DD;
}
.BgClassName
{
background-color: #F314DD;
}
</style>
border-color css
<style>
span { border-color: #F314DD; }
span { border-color: rgb(243,20,221); }
td.TdClassName
{
border-color: #F314DD;
}
.TagClassName
{
border-color: #F314DD;
}
</style>