Shades of Pale Magenta #FF7AED
Tints of Pale Magenta #FF7AED
RGB
CMYK
RGB Variations
Color information
#FF7AED (or 0xFF7AED) is known color: Pale Magenta. HEX triplet: FF, 7A and ED. RGB value is (255,122,237). Sum of RGB (Red+Green+Blue) = 255+122+237=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AED is #008512. Grayscale: #AEAEAE. Windows color (decimal): -34067 or 15563519. OLE color: 15563519.
HSL color Cylindrical-coordinate representation of color #FF7AED: hue angle of 308.12º 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 #FF7AED is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 237 | - |
| CMYK | 0 | 0.52 | 0.07 | 0 |
| HSL | 308.12º | 1% | 0.74% | - |
| HSV(B) | 308.12º | 0.52% | 1% | - |
| XYZ | 63.49 | 41.29 | 84.75 | - |
| YUV | 174.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 237 | 0 | 0.52 | 0.07 | 0 | 308.12 | 1 | 0.74 |
| Hex | FF | 7A | ED | 0 | 34 | 7 | 0 | 134 | 64 | 4A |
| Octal | 377 | 172 | 355 | 0 | 64 | 7 | 0 | 464 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11101101 | 0 | 110100 | 111 | 0 | 100110100 | 1100100 | 1001010 |
Color Harmonies of #FF7AED
Complementary color
Monochromatic Colors of #FF7AED
Black with #FF7AED
Text Example
Text Example
White with #FF7AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AED; }
p { color: rgb(255,122,237); }
H1.HeaderClassName
{
color: #FF7AED;
}
.AnyTagClassName
{
color: #FF7AED;
}
</style>
background-color css
<style>
a { background-color: #FF7AED; }
a { background-color: rgb(255,122,237); }
div.DivClassName
{
background-color: #FF7AED;
}
.BgClassName
{
background-color: #FF7AED;
}
</style>
border-color css
<style>
span { border-color: #FF7AED; }
span { border-color: rgb(255,122,237); }
td.TdClassName
{
border-color: #FF7AED;
}
.TagClassName
{
border-color: #FF7AED;
}
</style>