Shades of Hot Magenta #F318DA
Tints of Hot Magenta #F318DA
RGB
CMYK
RGB Variations
Color information
#F318DA (or 0xF318DA) is known color: Hot Magenta. HEX triplet: F3, 18 and DA. RGB value is (243,24,218). Sum of RGB (Red+Green+Blue) = 243+24+218=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F318DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318DA is #0CE725. Grayscale: #6F6F6F. Windows color (decimal): -845606 or 14293235. OLE color: 14293235.
HSL color Cylindrical-coordinate representation of color #F318DA: hue angle of 306.85º 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 #F318DA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 218 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.05 |
| HSL | 306.85º | 0.9% | 0.52% | - |
| HSV(B) | 306.85º | 0.9% | 0.95% | - |
| XYZ | 49.94 | 24.77 | 68.48 | - |
| YUV | 111.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 218 | 0 | 0.90 | 0.10 | 0.05 | 306.85 | 0.9 | 0.52 |
| Hex | F3 | 18 | DA | 0 | 5A | A | 5 | 133 | 5A | 34 |
| Octal | 363 | 30 | 332 | 0 | 132 | 12 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 11000 | 11011010 | 0 | 1011010 | 1010 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F318DA
Complementary color
Monochromatic Colors of #F318DA
Black with #F318DA
Text Example
Text Example
White with #F318DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318DA; }
p { color: rgb(243,24,218); }
H1.HeaderClassName
{
color: #F318DA;
}
.AnyTagClassName
{
color: #F318DA;
}
</style>
background-color css
<style>
a { background-color: #F318DA; }
a { background-color: rgb(243,24,218); }
div.DivClassName
{
background-color: #F318DA;
}
.BgClassName
{
background-color: #F318DA;
}
</style>
border-color css
<style>
span { border-color: #F318DA; }
span { border-color: rgb(243,24,218); }
td.TdClassName
{
border-color: #F318DA;
}
.TagClassName
{
border-color: #F318DA;
}
</style>