Shades of Magenta #FA1CEE
Tints of Magenta #FA1CEE
RGB
CMYK
RGB Variations
Color information
#FA1CEE (or 0xFA1CEE) is known color: Magenta. HEX triplet: FA, 1C and EE. RGB value is (250,28,238). Sum of RGB (Red+Green+Blue) = 250+28+238=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 28 (11.33% from 255 or 5.43% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CEE is #05E311. Grayscale: #757575. Windows color (decimal): -385810 or 15604986. OLE color: 15604986.
HSL color Cylindrical-coordinate representation of color #FA1CEE: hue angle of 303.24º 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 #FA1CEE is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 238 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.02 |
| HSL | 303.24º | 0.96% | 0.55% | - |
| HSV(B) | 303.24º | 0.89% | 0.98% | - |
| XYZ | 55.27 | 27.33 | 83.25 | - |
| YUV | 118.32 | 195.55 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 238 | 0 | 0.89 | 0.05 | 0.02 | 303.24 | 0.96 | 0.55 |
| Hex | FA | 1C | EE | 0 | 59 | 5 | 2 | 12F | 60 | 37 |
| Octal | 372 | 34 | 356 | 0 | 131 | 5 | 2 | 457 | 140 | 67 |
| Binary | 11111010 | 11100 | 11101110 | 0 | 1011001 | 101 | 10 | 100101111 | 1100000 | 110111 |
Color Harmonies of #FA1CEE
Complementary color
Monochromatic Colors of #FA1CEE
Black with #FA1CEE
Text Example
Text Example
White with #FA1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CEE; }
p { color: rgb(250,28,238); }
H1.HeaderClassName
{
color: #FA1CEE;
}
.AnyTagClassName
{
color: #FA1CEE;
}
</style>
background-color css
<style>
a { background-color: #FA1CEE; }
a { background-color: rgb(250,28,238); }
div.DivClassName
{
background-color: #FA1CEE;
}
.BgClassName
{
background-color: #FA1CEE;
}
</style>
border-color css
<style>
span { border-color: #FA1CEE; }
span { border-color: rgb(250,28,238); }
td.TdClassName
{
border-color: #FA1CEE;
}
.TagClassName
{
border-color: #FA1CEE;
}
</style>