Shades of Pale Magenta #FF73DF
Tints of Pale Magenta #FF73DF
RGB
CMYK
RGB Variations
Color information
#FF73DF (or 0xFF73DF) is known color: Pale Magenta. HEX triplet: FF, 73 and DF. RGB value is (255,115,223). Sum of RGB (Red+Green+Blue) = 255+115+223=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73DF is #008C20. Grayscale: #A8A8A8. Windows color (decimal): -35873 or 14644223. OLE color: 14644223.
HSL color Cylindrical-coordinate representation of color #FF73DF: hue angle of 313.71º 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 #FF73DF is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 223 | - |
| CMYK | 0 | 0.55 | 0.13 | 0 |
| HSL | 313.71º | 1% | 0.73% | - |
| HSV(B) | 313.71º | 0.55% | 1% | - |
| XYZ | 60.69 | 38.85 | 74.11 | - |
| YUV | 169.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 223 | 0 | 0.55 | 0.13 | 0 | 313.71 | 1 | 0.73 |
| Hex | FF | 73 | DF | 0 | 37 | D | 0 | 13A | 64 | 49 |
| Octal | 377 | 163 | 337 | 0 | 67 | 15 | 0 | 472 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11011111 | 0 | 110111 | 1101 | 0 | 100111010 | 1100100 | 1001001 |
Color Harmonies of #FF73DF
Complementary color
Monochromatic Colors of #FF73DF
Black with #FF73DF
Text Example
Text Example
White with #FF73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73DF; }
p { color: rgb(255,115,223); }
H1.HeaderClassName
{
color: #FF73DF;
}
.AnyTagClassName
{
color: #FF73DF;
}
</style>
background-color css
<style>
a { background-color: #FF73DF; }
a { background-color: rgb(255,115,223); }
div.DivClassName
{
background-color: #FF73DF;
}
.BgClassName
{
background-color: #FF73DF;
}
</style>
border-color css
<style>
span { border-color: #FF73DF; }
span { border-color: rgb(255,115,223); }
td.TdClassName
{
border-color: #FF73DF;
}
.TagClassName
{
border-color: #FF73DF;
}
</style>