Shades of Pale Magenta #FF73EC
Tints of Pale Magenta #FF73EC
RGB
CMYK
RGB Variations
Color information
#FF73EC (or 0xFF73EC) is known color: Pale Magenta. HEX triplet: FF, 73 and EC. RGB value is (255,115,236). Sum of RGB (Red+Green+Blue) = 255+115+236=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 115 (45.31% from 255 or 18.98% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73EC is #008C13. Grayscale: #AAAAAA. Windows color (decimal): -35860 or 15496191. OLE color: 15496191.
HSL color Cylindrical-coordinate representation of color #FF73EC: hue angle of 308.14º 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 #FF73EC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 236 | - |
| CMYK | 0 | 0.55 | 0.07 | 0 |
| HSL | 308.14º | 1% | 0.73% | - |
| HSV(B) | 308.14º | 0.55% | 1% | - |
| XYZ | 62.51 | 39.58 | 83.7 | - |
| YUV | 170.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 236 | 0 | 0.55 | 0.07 | 0 | 308.14 | 1 | 0.73 |
| Hex | FF | 73 | EC | 0 | 37 | 7 | 0 | 134 | 64 | 49 |
| Octal | 377 | 163 | 354 | 0 | 67 | 7 | 0 | 464 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11101100 | 0 | 110111 | 111 | 0 | 100110100 | 1100100 | 1001001 |
Color Harmonies of #FF73EC
Complementary color
Monochromatic Colors of #FF73EC
Black with #FF73EC
Text Example
Text Example
White with #FF73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73EC; }
p { color: rgb(255,115,236); }
H1.HeaderClassName
{
color: #FF73EC;
}
.AnyTagClassName
{
color: #FF73EC;
}
</style>
background-color css
<style>
a { background-color: #FF73EC; }
a { background-color: rgb(255,115,236); }
div.DivClassName
{
background-color: #FF73EC;
}
.BgClassName
{
background-color: #FF73EC;
}
</style>
border-color css
<style>
span { border-color: #FF73EC; }
span { border-color: rgb(255,115,236); }
td.TdClassName
{
border-color: #FF73EC;
}
.TagClassName
{
border-color: #FF73EC;
}
</style>