Shades of Magenta #FA1CE7
Tints of Magenta #FA1CE7
RGB
CMYK
RGB Variations
Color information
#FA1CE7 (or 0xFA1CE7) is known color: Magenta. HEX triplet: FA, 1C and E7. RGB value is (250,28,231). Sum of RGB (Red+Green+Blue) = 250+28+231=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CE7 is #05E318. Grayscale: #747474. Windows color (decimal): -385817 or 15146234. OLE color: 15146234.
HSL color Cylindrical-coordinate representation of color #FA1CE7: hue angle of 305.14º 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 #FA1CE7 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 231 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.02 |
| HSL | 305.14º | 0.96% | 0.55% | - |
| HSV(B) | 305.14º | 0.89% | 0.98% | - |
| XYZ | 54.26 | 26.92 | 77.94 | - |
| YUV | 117.52 | 192.05 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 231 | 0 | 0.89 | 0.08 | 0.02 | 305.14 | 0.96 | 0.55 |
| Hex | FA | 1C | E7 | 0 | 59 | 8 | 2 | 131 | 60 | 37 |
| Octal | 372 | 34 | 347 | 0 | 131 | 10 | 2 | 461 | 140 | 67 |
| Binary | 11111010 | 11100 | 11100111 | 0 | 1011001 | 1000 | 10 | 100110001 | 1100000 | 110111 |
Color Harmonies of #FA1CE7
Complementary color
Monochromatic Colors of #FA1CE7
Black with #FA1CE7
Text Example
Text Example
White with #FA1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CE7; }
p { color: rgb(250,28,231); }
H1.HeaderClassName
{
color: #FA1CE7;
}
.AnyTagClassName
{
color: #FA1CE7;
}
</style>
background-color css
<style>
a { background-color: #FA1CE7; }
a { background-color: rgb(250,28,231); }
div.DivClassName
{
background-color: #FA1CE7;
}
.BgClassName
{
background-color: #FA1CE7;
}
</style>
border-color css
<style>
span { border-color: #FA1CE7; }
span { border-color: rgb(250,28,231); }
td.TdClassName
{
border-color: #FA1CE7;
}
.TagClassName
{
border-color: #FA1CE7;
}
</style>