Shades of Pale Magenta #FF73E3
Tints of Pale Magenta #FF73E3
RGB
CMYK
RGB Variations
Color information
#FF73E3 (or 0xFF73E3) is known color: Pale Magenta. HEX triplet: FF, 73 and E3. RGB value is (255,115,227). Sum of RGB (Red+Green+Blue) = 255+115+227=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 115 (45.31% from 255 or 19.26% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73E3 is #008C1C. Grayscale: #A9A9A9. Windows color (decimal): -35869 or 14906367. OLE color: 14906367.
HSL color Cylindrical-coordinate representation of color #FF73E3: hue angle of 312º 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 #FF73E3 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 227 | - |
| CMYK | 0 | 0.55 | 0.11 | 0 |
| HSL | 312º | 1% | 0.73% | - |
| HSV(B) | 312º | 0.55% | 1% | - |
| XYZ | 61.24 | 39.07 | 76.99 | - |
| YUV | 169.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 227 | 0 | 0.55 | 0.11 | 0 | 312 | 1 | 0.73 |
| Hex | FF | 73 | E3 | 0 | 37 | B | 0 | 138 | 64 | 49 |
| Octal | 377 | 163 | 343 | 0 | 67 | 13 | 0 | 470 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11100011 | 0 | 110111 | 1011 | 0 | 100111000 | 1100100 | 1001001 |
Color Harmonies of #FF73E3
Complementary color
Monochromatic Colors of #FF73E3
Black with #FF73E3
Text Example
Text Example
White with #FF73E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73E3; }
p { color: rgb(255,115,227); }
H1.HeaderClassName
{
color: #FF73E3;
}
.AnyTagClassName
{
color: #FF73E3;
}
</style>
background-color css
<style>
a { background-color: #FF73E3; }
a { background-color: rgb(255,115,227); }
div.DivClassName
{
background-color: #FF73E3;
}
.BgClassName
{
background-color: #FF73E3;
}
</style>
border-color css
<style>
span { border-color: #FF73E3; }
span { border-color: rgb(255,115,227); }
td.TdClassName
{
border-color: #FF73E3;
}
.TagClassName
{
border-color: #FF73E3;
}
</style>