Shades of Magenta #FA1BE7
Tints of Magenta #FA1BE7
RGB
CMYK
RGB Variations
Color information
#FA1BE7 (or 0xFA1BE7) is known color: Magenta. HEX triplet: FA, 1B and E7. RGB value is (250,27,231). Sum of RGB (Red+Green+Blue) = 250+27+231=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 27 (10.94% from 255 or 5.31% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1BE7 is #05E418. Grayscale: #747474. Windows color (decimal): -386073 or 15145978. OLE color: 15145978.
HSL color Cylindrical-coordinate representation of color #FA1BE7: hue angle of 305.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BE7 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 27 | 231 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.02 |
| HSL | 305.11º | 0.96% | 0.54% | - |
| HSV(B) | 305.11º | 0.89% | 0.98% | - |
| XYZ | 54.24 | 26.88 | 77.93 | - |
| YUV | 116.93 | 192.38 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 231 | 0 | 0.89 | 0.08 | 0.02 | 305.11 | 0.96 | 0.54 |
| Hex | FA | 1B | E7 | 0 | 59 | 8 | 2 | 131 | 60 | 36 |
| Octal | 372 | 33 | 347 | 0 | 131 | 10 | 2 | 461 | 140 | 66 |
| Binary | 11111010 | 11011 | 11100111 | 0 | 1011001 | 1000 | 10 | 100110001 | 1100000 | 110110 |
Color Harmonies of #FA1BE7
Complementary color
Monochromatic Colors of #FA1BE7
Black with #FA1BE7
Text Example
Text Example
White with #FA1BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BE7; }
p { color: rgb(250,27,231); }
H1.HeaderClassName
{
color: #FA1BE7;
}
.AnyTagClassName
{
color: #FA1BE7;
}
</style>
background-color css
<style>
a { background-color: #FA1BE7; }
a { background-color: rgb(250,27,231); }
div.DivClassName
{
background-color: #FA1BE7;
}
.BgClassName
{
background-color: #FA1BE7;
}
</style>
border-color css
<style>
span { border-color: #FA1BE7; }
span { border-color: rgb(250,27,231); }
td.TdClassName
{
border-color: #FA1BE7;
}
.TagClassName
{
border-color: #FA1BE7;
}
</style>