Shades of Hot Magenta #F315DD
Tints of Hot Magenta #F315DD
RGB
CMYK
RGB Variations
Color information
#F315DD (or 0xF315DD) is known color: Hot Magenta. HEX triplet: F3, 15 and DD. RGB value is (243,21,221). Sum of RGB (Red+Green+Blue) = 243+21+221=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F315DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315DD is #0CEA22. Grayscale: #6D6D6D. Windows color (decimal): -846371 or 14489075. OLE color: 14489075.
HSL color Cylindrical-coordinate representation of color #F315DD: hue angle of 305.95º 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 #F315DD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 221 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.05 |
| HSL | 305.95º | 0.9% | 0.52% | - |
| HSV(B) | 305.95º | 0.91% | 0.95% | - |
| XYZ | 50.28 | 24.81 | 70.55 | - |
| YUV | 110.18 | 190.55 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 221 | 0 | 0.91 | 0.09 | 0.05 | 305.95 | 0.9 | 0.52 |
| Hex | F3 | 15 | DD | 0 | 5B | 9 | 5 | 132 | 5A | 34 |
| Octal | 363 | 25 | 335 | 0 | 133 | 11 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 10101 | 11011101 | 0 | 1011011 | 1001 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F315DD
Complementary color
Monochromatic Colors of #F315DD
Black with #F315DD
Text Example
Text Example
White with #F315DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315DD; }
p { color: rgb(243,21,221); }
H1.HeaderClassName
{
color: #F315DD;
}
.AnyTagClassName
{
color: #F315DD;
}
</style>
background-color css
<style>
a { background-color: #F315DD; }
a { background-color: rgb(243,21,221); }
div.DivClassName
{
background-color: #F315DD;
}
.BgClassName
{
background-color: #F315DD;
}
</style>
border-color css
<style>
span { border-color: #F315DD; }
span { border-color: rgb(243,21,221); }
td.TdClassName
{
border-color: #F315DD;
}
.TagClassName
{
border-color: #F315DD;
}
</style>