Shades of Hot Magenta #FA18DF
Tints of Hot Magenta #FA18DF
RGB
CMYK
RGB Variations
Color information
#FA18DF (or 0xFA18DF) is known color: Hot Magenta. HEX triplet: FA, 18 and DF. RGB value is (250,24,223). Sum of RGB (Red+Green+Blue) = 250+24+223=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18DF is #05E720. Grayscale: #717171. Windows color (decimal): -386849 or 14620922. OLE color: 14620922.
HSL color Cylindrical-coordinate representation of color #FA18DF: hue angle of 307.17º 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 #FA18DF is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.02 |
| HSL | 307.17º | 0.96% | 0.54% | - |
| HSV(B) | 307.17º | 0.9% | 0.98% | - |
| XYZ | 53.07 | 26.3 | 72.09 | - |
| YUV | 114.26 | 189.37 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 223 | 0 | 0.90 | 0.11 | 0.02 | 307.17 | 0.96 | 0.54 |
| Hex | FA | 18 | DF | 0 | 5A | B | 2 | 133 | 60 | 36 |
| Octal | 372 | 30 | 337 | 0 | 132 | 13 | 2 | 463 | 140 | 66 |
| Binary | 11111010 | 11000 | 11011111 | 0 | 1011010 | 1011 | 10 | 100110011 | 1100000 | 110110 |
Color Harmonies of #FA18DF
Complementary color
Monochromatic Colors of #FA18DF
Black with #FA18DF
Text Example
Text Example
White with #FA18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18DF; }
p { color: rgb(250,24,223); }
H1.HeaderClassName
{
color: #FA18DF;
}
.AnyTagClassName
{
color: #FA18DF;
}
</style>
background-color css
<style>
a { background-color: #FA18DF; }
a { background-color: rgb(250,24,223); }
div.DivClassName
{
background-color: #FA18DF;
}
.BgClassName
{
background-color: #FA18DF;
}
</style>
border-color css
<style>
span { border-color: #FA18DF; }
span { border-color: rgb(250,24,223); }
td.TdClassName
{
border-color: #FA18DF;
}
.TagClassName
{
border-color: #FA18DF;
}
</style>