Shades of Pale Magenta #FA7BE2
Tints of Pale Magenta #FA7BE2
RGB
CMYK
RGB Variations
Color information
#FA7BE2 (or 0xFA7BE2) is known color: Pale Magenta. HEX triplet: FA, 7B and E2. RGB value is (250,123,226). Sum of RGB (Red+Green+Blue) = 250+123+226=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BE2 is #05841D. Grayscale: #ACACAC. Windows color (decimal): -361502 or 14842874. OLE color: 14842874.
HSL color Cylindrical-coordinate representation of color #FA7BE2: hue angle of 311.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BE2 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 226 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.02 |
| HSL | 311.34º | 0.93% | 0.73% | - |
| HSV(B) | 311.34º | 0.51% | 0.98% | - |
| XYZ | 60.23 | 39.98 | 76.49 | - |
| YUV | 172.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 226 | 0 | 0.51 | 0.10 | 0.02 | 311.34 | 0.93 | 0.73 |
| Hex | FA | 7B | E2 | 0 | 33 | A | 2 | 137 | 5D | 49 |
| Octal | 372 | 173 | 342 | 0 | 63 | 12 | 2 | 467 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11100010 | 0 | 110011 | 1010 | 10 | 100110111 | 1011101 | 1001001 |
Color Harmonies of #FA7BE2
Complementary color
Monochromatic Colors of #FA7BE2
Black with #FA7BE2
Text Example
Text Example
White with #FA7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BE2; }
p { color: rgb(250,123,226); }
H1.HeaderClassName
{
color: #FA7BE2;
}
.AnyTagClassName
{
color: #FA7BE2;
}
</style>
background-color css
<style>
a { background-color: #FA7BE2; }
a { background-color: rgb(250,123,226); }
div.DivClassName
{
background-color: #FA7BE2;
}
.BgClassName
{
background-color: #FA7BE2;
}
</style>
border-color css
<style>
span { border-color: #FA7BE2; }
span { border-color: rgb(250,123,226); }
td.TdClassName
{
border-color: #FA7BE2;
}
.TagClassName
{
border-color: #FA7BE2;
}
</style>