Shades of Pale Magenta #FF73EA
Tints of Pale Magenta #FF73EA
RGB
CMYK
RGB Variations
Color information
#FF73EA (or 0xFF73EA) is known color: Pale Magenta. HEX triplet: FF, 73 and EA. RGB value is (255,115,234). Sum of RGB (Red+Green+Blue) = 255+115+234=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73EA is #008C15. Grayscale: #AAAAAA. Windows color (decimal): -35862 or 15365119. OLE color: 15365119.
HSL color Cylindrical-coordinate representation of color #FF73EA: hue angle of 309º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73EA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 234 | - |
| CMYK | 0 | 0.55 | 0.08 | 0 |
| HSL | 309º | 1% | 0.73% | - |
| HSV(B) | 309º | 0.55% | 1% | - |
| XYZ | 62.22 | 39.46 | 82.18 | - |
| YUV | 170.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 234 | 0 | 0.55 | 0.08 | 0 | 309 | 1 | 0.73 |
| Hex | FF | 73 | EA | 0 | 37 | 8 | 0 | 135 | 64 | 49 |
| Octal | 377 | 163 | 352 | 0 | 67 | 10 | 0 | 465 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11101010 | 0 | 110111 | 1000 | 0 | 100110101 | 1100100 | 1001001 |
Color Harmonies of #FF73EA
Complementary color
Monochromatic Colors of #FF73EA
Black with #FF73EA
Text Example
Text Example
White with #FF73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73EA; }
p { color: rgb(255,115,234); }
H1.HeaderClassName
{
color: #FF73EA;
}
.AnyTagClassName
{
color: #FF73EA;
}
</style>
background-color css
<style>
a { background-color: #FF73EA; }
a { background-color: rgb(255,115,234); }
div.DivClassName
{
background-color: #FF73EA;
}
.BgClassName
{
background-color: #FF73EA;
}
</style>
border-color css
<style>
span { border-color: #FF73EA; }
span { border-color: rgb(255,115,234); }
td.TdClassName
{
border-color: #FF73EA;
}
.TagClassName
{
border-color: #FF73EA;
}
</style>