Shades of Pale Magenta #FF73E9
Tints of Pale Magenta #FF73E9
RGB
CMYK
RGB Variations
Color information
#FF73E9 (or 0xFF73E9) is known color: Pale Magenta. HEX triplet: FF, 73 and E9. RGB value is (255,115,233). Sum of RGB (Red+Green+Blue) = 255+115+233=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73E9 is #008C16. Grayscale: #A9A9A9. Windows color (decimal): -35863 or 15299583. OLE color: 15299583.
HSL color Cylindrical-coordinate representation of color #FF73E9: hue angle of 309.43º 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 #FF73E9 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 233 | - |
| CMYK | 0 | 0.55 | 0.09 | 0 |
| HSL | 309.43º | 1% | 0.73% | - |
| HSV(B) | 309.43º | 0.55% | 1% | - |
| XYZ | 62.08 | 39.4 | 81.42 | - |
| YUV | 170.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 233 | 0 | 0.55 | 0.09 | 0 | 309.43 | 1 | 0.73 |
| Hex | FF | 73 | E9 | 0 | 37 | 9 | 0 | 135 | 64 | 49 |
| Octal | 377 | 163 | 351 | 0 | 67 | 11 | 0 | 465 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11101001 | 0 | 110111 | 1001 | 0 | 100110101 | 1100100 | 1001001 |
Color Harmonies of #FF73E9
Complementary color
Monochromatic Colors of #FF73E9
Black with #FF73E9
Text Example
Text Example
White with #FF73E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73E9; }
p { color: rgb(255,115,233); }
H1.HeaderClassName
{
color: #FF73E9;
}
.AnyTagClassName
{
color: #FF73E9;
}
</style>
background-color css
<style>
a { background-color: #FF73E9; }
a { background-color: rgb(255,115,233); }
div.DivClassName
{
background-color: #FF73E9;
}
.BgClassName
{
background-color: #FF73E9;
}
</style>
border-color css
<style>
span { border-color: #FF73E9; }
span { border-color: rgb(255,115,233); }
td.TdClassName
{
border-color: #FF73E9;
}
.TagClassName
{
border-color: #FF73E9;
}
</style>