Shades of Hot Magenta #F318DF
Tints of Hot Magenta #F318DF
RGB
CMYK
RGB Variations
Color information
#F318DF (or 0xF318DF) is known color: Hot Magenta. HEX triplet: F3, 18 and DF. RGB value is (243,24,223). Sum of RGB (Red+Green+Blue) = 243+24+223=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F318DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318DF is #0CE720. Grayscale: #6F6F6F. Windows color (decimal): -845601 or 14620915. OLE color: 14620915.
HSL color Cylindrical-coordinate representation of color #F318DF: hue angle of 305.48º 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 #F318DF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.48º | 0.9% | 0.52% | - |
| HSV(B) | 305.48º | 0.9% | 0.95% | - |
| XYZ | 50.61 | 25.04 | 71.98 | - |
| YUV | 112.17 | 190.55 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 223 | 0 | 0.90 | 0.08 | 0.05 | 305.48 | 0.9 | 0.52 |
| Hex | F3 | 18 | DF | 0 | 5A | 8 | 5 | 131 | 5A | 34 |
| Octal | 363 | 30 | 337 | 0 | 132 | 10 | 5 | 461 | 132 | 64 |
| Binary | 11110011 | 11000 | 11011111 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011010 | 110100 |
Color Harmonies of #F318DF
Complementary color
Monochromatic Colors of #F318DF
Black with #F318DF
Text Example
Text Example
White with #F318DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318DF; }
p { color: rgb(243,24,223); }
H1.HeaderClassName
{
color: #F318DF;
}
.AnyTagClassName
{
color: #F318DF;
}
</style>
background-color css
<style>
a { background-color: #F318DF; }
a { background-color: rgb(243,24,223); }
div.DivClassName
{
background-color: #F318DF;
}
.BgClassName
{
background-color: #F318DF;
}
</style>
border-color css
<style>
span { border-color: #F318DF; }
span { border-color: rgb(243,24,223); }
td.TdClassName
{
border-color: #F318DF;
}
.TagClassName
{
border-color: #F318DF;
}
</style>