Shades of Pale Magenta #FA73DB
Tints of Pale Magenta #FA73DB
RGB
CMYK
RGB Variations
Color information
#FA73DB (or 0xFA73DB) is known color: Pale Magenta. HEX triplet: FA, 73 and DB. RGB value is (250,115,219). Sum of RGB (Red+Green+Blue) = 250+115+219=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73DB is #058C24. Grayscale: #A6A6A6. Windows color (decimal): -363557 or 14382074. OLE color: 14382074.
HSL color Cylindrical-coordinate representation of color #FA73DB: hue angle of 313.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 219 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.02 |
| HSL | 313.78º | 0.93% | 0.72% | - |
| HSV(B) | 313.78º | 0.54% | 0.98% | - |
| XYZ | 58.34 | 37.7 | 71.22 | - |
| YUV | 167.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 219 | 0 | 0.54 | 0.12 | 0.02 | 313.78 | 0.93 | 0.72 |
| Hex | FA | 73 | DB | 0 | 36 | C | 2 | 13A | 5D | 48 |
| Octal | 372 | 163 | 333 | 0 | 66 | 14 | 2 | 472 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11011011 | 0 | 110110 | 1100 | 10 | 100111010 | 1011101 | 1001000 |
Color Harmonies of #FA73DB
Complementary color
Monochromatic Colors of #FA73DB
Black with #FA73DB
Text Example
Text Example
White with #FA73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73DB; }
p { color: rgb(250,115,219); }
H1.HeaderClassName
{
color: #FA73DB;
}
.AnyTagClassName
{
color: #FA73DB;
}
</style>
background-color css
<style>
a { background-color: #FA73DB; }
a { background-color: rgb(250,115,219); }
div.DivClassName
{
background-color: #FA73DB;
}
.BgClassName
{
background-color: #FA73DB;
}
</style>
border-color css
<style>
span { border-color: #FA73DB; }
span { border-color: rgb(250,115,219); }
td.TdClassName
{
border-color: #FA73DB;
}
.TagClassName
{
border-color: #FA73DB;
}
</style>