Shades of Pale Magenta #FA7BE5
Tints of Pale Magenta #FA7BE5
RGB
CMYK
RGB Variations
Color information
#FA7BE5 (or 0xFA7BE5) is known color: Pale Magenta. HEX triplet: FA, 7B and E5. RGB value is (250,123,229). Sum of RGB (Red+Green+Blue) = 250+123+229=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 123 (48.44% from 255 or 20.43% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BE5 is #05841A. Grayscale: #ACACAC. Windows color (decimal): -361499 or 15039482. OLE color: 15039482.
HSL color Cylindrical-coordinate representation of color #FA7BE5: hue angle of 309.92º 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 #FA7BE5 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 229 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.02 |
| HSL | 309.92º | 0.93% | 0.73% | - |
| HSV(B) | 309.92º | 0.51% | 0.98% | - |
| XYZ | 60.65 | 40.15 | 78.68 | - |
| YUV | 173.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 229 | 0 | 0.51 | 0.08 | 0.02 | 309.92 | 0.93 | 0.73 |
| Hex | FA | 7B | E5 | 0 | 33 | 8 | 2 | 136 | 5D | 49 |
| Octal | 372 | 173 | 345 | 0 | 63 | 10 | 2 | 466 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11100101 | 0 | 110011 | 1000 | 10 | 100110110 | 1011101 | 1001001 |
Color Harmonies of #FA7BE5
Complementary color
Monochromatic Colors of #FA7BE5
Black with #FA7BE5
Text Example
Text Example
White with #FA7BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BE5; }
p { color: rgb(250,123,229); }
H1.HeaderClassName
{
color: #FA7BE5;
}
.AnyTagClassName
{
color: #FA7BE5;
}
</style>
background-color css
<style>
a { background-color: #FA7BE5; }
a { background-color: rgb(250,123,229); }
div.DivClassName
{
background-color: #FA7BE5;
}
.BgClassName
{
background-color: #FA7BE5;
}
</style>
border-color css
<style>
span { border-color: #FA7BE5; }
span { border-color: rgb(250,123,229); }
td.TdClassName
{
border-color: #FA7BE5;
}
.TagClassName
{
border-color: #FA7BE5;
}
</style>