Shades of Hot Magenta #F315DC
Tints of Hot Magenta #F315DC
RGB
CMYK
RGB Variations
Color information
#F315DC (or 0xF315DC) is known color: Hot Magenta. HEX triplet: F3, 15 and DC. RGB value is (243,21,220). Sum of RGB (Red+Green+Blue) = 243+21+220=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F315DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315DC is #0CEA23. Grayscale: #6D6D6D. Windows color (decimal): -846372 or 14423539. OLE color: 14423539.
HSL color Cylindrical-coordinate representation of color #F315DC: hue angle of 306.22º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315DC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 220 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.05 |
| HSL | 306.22º | 0.9% | 0.52% | - |
| HSV(B) | 306.22º | 0.91% | 0.95% | - |
| XYZ | 50.15 | 24.76 | 69.85 | - |
| YUV | 110.06 | 190.05 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 220 | 0 | 0.91 | 0.09 | 0.05 | 306.22 | 0.9 | 0.52 |
| Hex | F3 | 15 | DC | 0 | 5B | 9 | 5 | 132 | 5A | 34 |
| Octal | 363 | 25 | 334 | 0 | 133 | 11 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 10101 | 11011100 | 0 | 1011011 | 1001 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F315DC
Complementary color
Monochromatic Colors of #F315DC
Black with #F315DC
Text Example
Text Example
White with #F315DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315DC; }
p { color: rgb(243,21,220); }
H1.HeaderClassName
{
color: #F315DC;
}
.AnyTagClassName
{
color: #F315DC;
}
</style>
background-color css
<style>
a { background-color: #F315DC; }
a { background-color: rgb(243,21,220); }
div.DivClassName
{
background-color: #F315DC;
}
.BgClassName
{
background-color: #F315DC;
}
</style>
border-color css
<style>
span { border-color: #F315DC; }
span { border-color: rgb(243,21,220); }
td.TdClassName
{
border-color: #F315DC;
}
.TagClassName
{
border-color: #F315DC;
}
</style>