Shades of Pale Magenta #FF73DB
Tints of Pale Magenta #FF73DB
RGB
CMYK
RGB Variations
Color information
#FF73DB (or 0xFF73DB) is known color: Pale Magenta. HEX triplet: FF, 73 and DB. RGB value is (255,115,219). Sum of RGB (Red+Green+Blue) = 255+115+219=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73DB is #008C24. Grayscale: #A8A8A8. Windows color (decimal): -35877 or 14382079. OLE color: 14382079.
HSL color Cylindrical-coordinate representation of color #FF73DB: hue angle of 315.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 #FF73DB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 219 | - |
| CMYK | 0 | 0.55 | 0.14 | 0 |
| HSL | 315.43º | 1% | 0.73% | - |
| HSV(B) | 315.43º | 0.55% | 1% | - |
| XYZ | 60.16 | 38.64 | 71.3 | - |
| YUV | 168.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 219 | 0 | 0.55 | 0.14 | 0 | 315.43 | 1 | 0.73 |
| Hex | FF | 73 | DB | 0 | 37 | E | 0 | 13B | 64 | 49 |
| Octal | 377 | 163 | 333 | 0 | 67 | 16 | 0 | 473 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11011011 | 0 | 110111 | 1110 | 0 | 100111011 | 1100100 | 1001001 |
Color Harmonies of #FF73DB
Complementary color
Monochromatic Colors of #FF73DB
Black with #FF73DB
Text Example
Text Example
White with #FF73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73DB; }
p { color: rgb(255,115,219); }
H1.HeaderClassName
{
color: #FF73DB;
}
.AnyTagClassName
{
color: #FF73DB;
}
</style>
background-color css
<style>
a { background-color: #FF73DB; }
a { background-color: rgb(255,115,219); }
div.DivClassName
{
background-color: #FF73DB;
}
.BgClassName
{
background-color: #FF73DB;
}
</style>
border-color css
<style>
span { border-color: #FF73DB; }
span { border-color: rgb(255,115,219); }
td.TdClassName
{
border-color: #FF73DB;
}
.TagClassName
{
border-color: #FF73DB;
}
</style>