Shades of Pale Magenta #FF73EB
Tints of Pale Magenta #FF73EB
RGB
CMYK
RGB Variations
Color information
#FF73EB (or 0xFF73EB) is known color: Pale Magenta. HEX triplet: FF, 73 and EB. RGB value is (255,115,235). Sum of RGB (Red+Green+Blue) = 255+115+235=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 115 (45.31% from 255 or 19.01% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73EB is #008C14. Grayscale: #AAAAAA. Windows color (decimal): -35861 or 15430655. OLE color: 15430655.
HSL color Cylindrical-coordinate representation of color #FF73EB: hue angle of 308.57º 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 #FF73EB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 235 | - |
| CMYK | 0 | 0.55 | 0.08 | 0 |
| HSL | 308.57º | 1% | 0.73% | - |
| HSV(B) | 308.57º | 0.55% | 1% | - |
| XYZ | 62.37 | 39.52 | 82.94 | - |
| YUV | 170.54 | 164.38 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 235 | 0 | 0.55 | 0.08 | 0 | 308.57 | 1 | 0.73 |
| Hex | FF | 73 | EB | 0 | 37 | 8 | 0 | 135 | 64 | 49 |
| Octal | 377 | 163 | 353 | 0 | 67 | 10 | 0 | 465 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11101011 | 0 | 110111 | 1000 | 0 | 100110101 | 1100100 | 1001001 |
Color Harmonies of #FF73EB
Complementary color
Monochromatic Colors of #FF73EB
Black with #FF73EB
Text Example
Text Example
White with #FF73EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73EB; }
p { color: rgb(255,115,235); }
H1.HeaderClassName
{
color: #FF73EB;
}
.AnyTagClassName
{
color: #FF73EB;
}
</style>
background-color css
<style>
a { background-color: #FF73EB; }
a { background-color: rgb(255,115,235); }
div.DivClassName
{
background-color: #FF73EB;
}
.BgClassName
{
background-color: #FF73EB;
}
</style>
border-color css
<style>
span { border-color: #FF73EB; }
span { border-color: rgb(255,115,235); }
td.TdClassName
{
border-color: #FF73EB;
}
.TagClassName
{
border-color: #FF73EB;
}
</style>