Shades of Magenta #FA1FED
Tints of Magenta #FA1FED
RGB
CMYK
RGB Variations
Color information
#FA1FED (or 0xFA1FED) is known color: Magenta. HEX triplet: FA, 1F and ED. RGB value is (250,31,237). Sum of RGB (Red+Green+Blue) = 250+31+237=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 31 (12.5% from 255 or 5.98% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FED is #05E012. Grayscale: #777777. Windows color (decimal): -385043 or 15540218. OLE color: 15540218.
HSL color Cylindrical-coordinate representation of color #FA1FED: hue angle of 303.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FED is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 237 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.02 |
| HSL | 303.56º | 0.96% | 0.55% | - |
| HSV(B) | 303.56º | 0.88% | 0.98% | - |
| XYZ | 55.2 | 27.42 | 82.5 | - |
| YUV | 119.97 | 194.05 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 237 | 0 | 0.88 | 0.05 | 0.02 | 303.56 | 0.96 | 0.55 |
| Hex | FA | 1F | ED | 0 | 58 | 5 | 2 | 130 | 60 | 37 |
| Octal | 372 | 37 | 355 | 0 | 130 | 5 | 2 | 460 | 140 | 67 |
| Binary | 11111010 | 11111 | 11101101 | 0 | 1011000 | 101 | 10 | 100110000 | 1100000 | 110111 |
Color Harmonies of #FA1FED
Complementary color
Monochromatic Colors of #FA1FED
Black with #FA1FED
Text Example
Text Example
White with #FA1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FED; }
p { color: rgb(250,31,237); }
H1.HeaderClassName
{
color: #FA1FED;
}
.AnyTagClassName
{
color: #FA1FED;
}
</style>
background-color css
<style>
a { background-color: #FA1FED; }
a { background-color: rgb(250,31,237); }
div.DivClassName
{
background-color: #FA1FED;
}
.BgClassName
{
background-color: #FA1FED;
}
</style>
border-color css
<style>
span { border-color: #FA1FED; }
span { border-color: rgb(250,31,237); }
td.TdClassName
{
border-color: #FA1FED;
}
.TagClassName
{
border-color: #FA1FED;
}
</style>