Shades of Hot Magenta #FA18DD
Tints of Hot Magenta #FA18DD
RGB
CMYK
RGB Variations
Color information
#FA18DD (or 0xFA18DD) is known color: Hot Magenta. HEX triplet: FA, 18 and DD. RGB value is (250,24,221). Sum of RGB (Red+Green+Blue) = 250+24+221=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18DD is #05E722. Grayscale: #717171. Windows color (decimal): -386851 or 14489850. OLE color: 14489850.
HSL color Cylindrical-coordinate representation of color #FA18DD: hue angle of 307.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA18DD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 307.7º | 0.96% | 0.54% | - |
| HSV(B) | 307.7º | 0.9% | 0.98% | - |
| XYZ | 52.8 | 26.2 | 70.68 | - |
| YUV | 114.03 | 188.37 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 221 | 0 | 0.90 | 0.12 | 0.02 | 307.7 | 0.96 | 0.54 |
| Hex | FA | 18 | DD | 0 | 5A | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 30 | 335 | 0 | 132 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 11000 | 11011101 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA18DD
Complementary color
Monochromatic Colors of #FA18DD
Black with #FA18DD
Text Example
Text Example
White with #FA18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18DD; }
p { color: rgb(250,24,221); }
H1.HeaderClassName
{
color: #FA18DD;
}
.AnyTagClassName
{
color: #FA18DD;
}
</style>
background-color css
<style>
a { background-color: #FA18DD; }
a { background-color: rgb(250,24,221); }
div.DivClassName
{
background-color: #FA18DD;
}
.BgClassName
{
background-color: #FA18DD;
}
</style>
border-color css
<style>
span { border-color: #FA18DD; }
span { border-color: rgb(250,24,221); }
td.TdClassName
{
border-color: #FA18DD;
}
.TagClassName
{
border-color: #FA18DD;
}
</style>