Shades of Pale Magenta #FF7AE5
Tints of Pale Magenta #FF7AE5
RGB
CMYK
RGB Variations
Color information
#FF7AE5 (or 0xFF7AE5) is known color: Pale Magenta. HEX triplet: FF, 7A and E5. RGB value is (255,122,229). Sum of RGB (Red+Green+Blue) = 255+122+229=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AE5 is #00851A. Grayscale: #ADADAD. Windows color (decimal): -34075 or 15039231. OLE color: 15039231.
HSL color Cylindrical-coordinate representation of color #FF7AE5: hue angle of 311.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AE5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 229 | - |
| CMYK | 0 | 0.52 | 0.10 | 0 |
| HSL | 311.73º | 1% | 0.74% | - |
| HSV(B) | 311.73º | 0.52% | 1% | - |
| XYZ | 62.34 | 40.84 | 78.73 | - |
| YUV | 173.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 229 | 0 | 0.52 | 0.10 | 0 | 311.73 | 1 | 0.74 |
| Hex | FF | 7A | E5 | 0 | 34 | A | 0 | 138 | 64 | 4A |
| Octal | 377 | 172 | 345 | 0 | 64 | 12 | 0 | 470 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11100101 | 0 | 110100 | 1010 | 0 | 100111000 | 1100100 | 1001010 |
Color Harmonies of #FF7AE5
Complementary color
Monochromatic Colors of #FF7AE5
Black with #FF7AE5
Text Example
Text Example
White with #FF7AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AE5; }
p { color: rgb(255,122,229); }
H1.HeaderClassName
{
color: #FF7AE5;
}
.AnyTagClassName
{
color: #FF7AE5;
}
</style>
background-color css
<style>
a { background-color: #FF7AE5; }
a { background-color: rgb(255,122,229); }
div.DivClassName
{
background-color: #FF7AE5;
}
.BgClassName
{
background-color: #FF7AE5;
}
</style>
border-color css
<style>
span { border-color: #FF7AE5; }
span { border-color: rgb(255,122,229); }
td.TdClassName
{
border-color: #FF7AE5;
}
.TagClassName
{
border-color: #FF7AE5;
}
</style>