Shades of Hot Magenta #F318DD
Tints of Hot Magenta #F318DD
RGB
CMYK
RGB Variations
Color information
#F318DD (or 0xF318DD) is known color: Hot Magenta. HEX triplet: F3, 18 and DD. RGB value is (243,24,221). Sum of RGB (Red+Green+Blue) = 243+24+221=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F318DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318DD is #0CE722. Grayscale: #6F6F6F. Windows color (decimal): -845603 or 14489843. OLE color: 14489843.
HSL color Cylindrical-coordinate representation of color #F318DD: hue angle of 306.03º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318DD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 306.03º | 0.9% | 0.52% | - |
| HSV(B) | 306.03º | 0.9% | 0.95% | - |
| XYZ | 50.34 | 24.93 | 70.57 | - |
| YUV | 111.94 | 189.55 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 221 | 0 | 0.90 | 0.09 | 0.05 | 306.03 | 0.9 | 0.52 |
| Hex | F3 | 18 | DD | 0 | 5A | 9 | 5 | 132 | 5A | 34 |
| Octal | 363 | 30 | 335 | 0 | 132 | 11 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 11000 | 11011101 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F318DD
Complementary color
Monochromatic Colors of #F318DD
Black with #F318DD
Text Example
Text Example
White with #F318DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318DD; }
p { color: rgb(243,24,221); }
H1.HeaderClassName
{
color: #F318DD;
}
.AnyTagClassName
{
color: #F318DD;
}
</style>
background-color css
<style>
a { background-color: #F318DD; }
a { background-color: rgb(243,24,221); }
div.DivClassName
{
background-color: #F318DD;
}
.BgClassName
{
background-color: #F318DD;
}
</style>
border-color css
<style>
span { border-color: #F318DD; }
span { border-color: rgb(243,24,221); }
td.TdClassName
{
border-color: #F318DD;
}
.TagClassName
{
border-color: #F318DD;
}
</style>