Shades of Magenta #FA18EB
Tints of Magenta #FA18EB
RGB
CMYK
RGB Variations
Color information
#FA18EB (or 0xFA18EB) is known color: Magenta. HEX triplet: FA, 18 and EB. RGB value is (250,24,235). Sum of RGB (Red+Green+Blue) = 250+24+235=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 24 (9.77% from 255 or 4.72% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA18EB is #05E714. Grayscale: #737373. Windows color (decimal): -386837 or 15407354. OLE color: 15407354.
HSL color Cylindrical-coordinate representation of color #FA18EB: hue angle of 303.98º 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 #FA18EB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 235 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.02 |
| HSL | 303.98º | 0.96% | 0.54% | - |
| HSV(B) | 303.98º | 0.9% | 0.98% | - |
| XYZ | 54.75 | 26.98 | 80.92 | - |
| YUV | 115.63 | 195.37 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 235 | 0 | 0.90 | 0.06 | 0.02 | 303.98 | 0.96 | 0.54 |
| Hex | FA | 18 | EB | 0 | 5A | 6 | 2 | 130 | 60 | 36 |
| Octal | 372 | 30 | 353 | 0 | 132 | 6 | 2 | 460 | 140 | 66 |
| Binary | 11111010 | 11000 | 11101011 | 0 | 1011010 | 110 | 10 | 100110000 | 1100000 | 110110 |
Color Harmonies of #FA18EB
Complementary color
Monochromatic Colors of #FA18EB
Black with #FA18EB
Text Example
Text Example
White with #FA18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18EB; }
p { color: rgb(250,24,235); }
H1.HeaderClassName
{
color: #FA18EB;
}
.AnyTagClassName
{
color: #FA18EB;
}
</style>
background-color css
<style>
a { background-color: #FA18EB; }
a { background-color: rgb(250,24,235); }
div.DivClassName
{
background-color: #FA18EB;
}
.BgClassName
{
background-color: #FA18EB;
}
</style>
border-color css
<style>
span { border-color: #FA18EB; }
span { border-color: rgb(250,24,235); }
td.TdClassName
{
border-color: #FA18EB;
}
.TagClassName
{
border-color: #FA18EB;
}
</style>