Shades of Magenta #FA18F2
Tints of Magenta #FA18F2
RGB
CMYK
RGB Variations
Color information
#FA18F2 (or 0xFA18F2) is known color: Magenta. HEX triplet: FA, 18 and F2. RGB value is (250,24,242). Sum of RGB (Red+Green+Blue) = 250+24+242=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA18F2 is #05E70D. Grayscale: #737373. Windows color (decimal): -386830 or 15866106. OLE color: 15866106.
HSL color Cylindrical-coordinate representation of color #FA18F2: hue angle of 302.12º 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 #FA18F2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 242 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.02 |
| HSL | 302.12º | 0.96% | 0.54% | - |
| HSV(B) | 302.12º | 0.9% | 0.98% | - |
| XYZ | 55.78 | 27.39 | 86.35 | - |
| YUV | 116.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 242 | 0 | 0.90 | 0.03 | 0.02 | 302.12 | 0.96 | 0.54 |
| Hex | FA | 18 | F2 | 0 | 5A | 3 | 2 | 12E | 60 | 36 |
| Octal | 372 | 30 | 362 | 0 | 132 | 3 | 2 | 456 | 140 | 66 |
| Binary | 11111010 | 11000 | 11110010 | 0 | 1011010 | 11 | 10 | 100101110 | 1100000 | 110110 |
Color Harmonies of #FA18F2
Complementary color
Monochromatic Colors of #FA18F2
Black with #FA18F2
Text Example
Text Example
White with #FA18F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18F2; }
p { color: rgb(250,24,242); }
H1.HeaderClassName
{
color: #FA18F2;
}
.AnyTagClassName
{
color: #FA18F2;
}
</style>
background-color css
<style>
a { background-color: #FA18F2; }
a { background-color: rgb(250,24,242); }
div.DivClassName
{
background-color: #FA18F2;
}
.BgClassName
{
background-color: #FA18F2;
}
</style>
border-color css
<style>
span { border-color: #FA18F2; }
span { border-color: rgb(250,24,242); }
td.TdClassName
{
border-color: #FA18F2;
}
.TagClassName
{
border-color: #FA18F2;
}
</style>