Shades of Magenta #FA18F0
Tints of Magenta #FA18F0
RGB
CMYK
RGB Variations
Color information
#FA18F0 (or 0xFA18F0) is known color: Magenta. HEX triplet: FA, 18 and F0. RGB value is (250,24,240). Sum of RGB (Red+Green+Blue) = 250+24+240=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 24 (9.77% from 255 or 4.67% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA18F0 is #05E70F. Grayscale: #737373. Windows color (decimal): -386832 or 15735034. OLE color: 15735034.
HSL color Cylindrical-coordinate representation of color #FA18F0: hue angle of 302.65º 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 #FA18F0 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 240 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.02 |
| HSL | 302.65º | 0.96% | 0.54% | - |
| HSV(B) | 302.65º | 0.9% | 0.98% | - |
| XYZ | 55.48 | 27.27 | 84.78 | - |
| YUV | 116.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 240 | 0 | 0.90 | 0.04 | 0.02 | 302.65 | 0.96 | 0.54 |
| Hex | FA | 18 | F0 | 0 | 5A | 4 | 2 | 12F | 60 | 36 |
| Octal | 372 | 30 | 360 | 0 | 132 | 4 | 2 | 457 | 140 | 66 |
| Binary | 11111010 | 11000 | 11110000 | 0 | 1011010 | 100 | 10 | 100101111 | 1100000 | 110110 |
Color Harmonies of #FA18F0
Complementary color
Monochromatic Colors of #FA18F0
Black with #FA18F0
Text Example
Text Example
White with #FA18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18F0; }
p { color: rgb(250,24,240); }
H1.HeaderClassName
{
color: #FA18F0;
}
.AnyTagClassName
{
color: #FA18F0;
}
</style>
background-color css
<style>
a { background-color: #FA18F0; }
a { background-color: rgb(250,24,240); }
div.DivClassName
{
background-color: #FA18F0;
}
.BgClassName
{
background-color: #FA18F0;
}
</style>
border-color css
<style>
span { border-color: #FA18F0; }
span { border-color: rgb(250,24,240); }
td.TdClassName
{
border-color: #FA18F0;
}
.TagClassName
{
border-color: #FA18F0;
}
</style>