Shades of Magenta #FA1CEF
Tints of Magenta #FA1CEF
RGB
CMYK
RGB Variations
Color information
#FA1CEF (or 0xFA1CEF) is known color: Magenta. HEX triplet: FA, 1C and EF. RGB value is (250,28,239). Sum of RGB (Red+Green+Blue) = 250+28+239=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 28 (11.33% from 255 or 5.42% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CEF is #05E310. Grayscale: #757575. Windows color (decimal): -385809 or 15670522. OLE color: 15670522.
HSL color Cylindrical-coordinate representation of color #FA1CEF: hue angle of 302.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CEF is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 239 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.02 |
| HSL | 302.97º | 0.96% | 0.55% | - |
| HSV(B) | 302.97º | 0.89% | 0.98% | - |
| XYZ | 55.42 | 27.39 | 84.03 | - |
| YUV | 118.43 | 196.05 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 239 | 0 | 0.89 | 0.04 | 0.02 | 302.97 | 0.96 | 0.55 |
| Hex | FA | 1C | EF | 0 | 59 | 4 | 2 | 12F | 60 | 37 |
| Octal | 372 | 34 | 357 | 0 | 131 | 4 | 2 | 457 | 140 | 67 |
| Binary | 11111010 | 11100 | 11101111 | 0 | 1011001 | 100 | 10 | 100101111 | 1100000 | 110111 |
Color Harmonies of #FA1CEF
Complementary color
Monochromatic Colors of #FA1CEF
Black with #FA1CEF
Text Example
Text Example
White with #FA1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CEF; }
p { color: rgb(250,28,239); }
H1.HeaderClassName
{
color: #FA1CEF;
}
.AnyTagClassName
{
color: #FA1CEF;
}
</style>
background-color css
<style>
a { background-color: #FA1CEF; }
a { background-color: rgb(250,28,239); }
div.DivClassName
{
background-color: #FA1CEF;
}
.BgClassName
{
background-color: #FA1CEF;
}
</style>
border-color css
<style>
span { border-color: #FA1CEF; }
span { border-color: rgb(250,28,239); }
td.TdClassName
{
border-color: #FA1CEF;
}
.TagClassName
{
border-color: #FA1CEF;
}
</style>