Shades of Pale Magenta #FA72DB
Tints of Pale Magenta #FA72DB
RGB
CMYK
RGB Variations
Color information
#FA72DB (or 0xFA72DB) is known color: Pale Magenta. HEX triplet: FA, 72 and DB. RGB value is (250,114,219). Sum of RGB (Red+Green+Blue) = 250+114+219=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72DB is #058D24. Grayscale: #A6A6A6. Windows color (decimal): -363813 or 14381818. OLE color: 14381818.
HSL color Cylindrical-coordinate representation of color #FA72DB: hue angle of 313.68º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 219 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.02 |
| HSL | 313.68º | 0.93% | 0.71% | - |
| HSV(B) | 313.68º | 0.54% | 0.98% | - |
| XYZ | 58.23 | 37.47 | 71.18 | - |
| YUV | 166.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 219 | 0 | 0.54 | 0.12 | 0.02 | 313.68 | 0.93 | 0.71 |
| Hex | FA | 72 | DB | 0 | 36 | C | 2 | 13A | 5D | 47 |
| Octal | 372 | 162 | 333 | 0 | 66 | 14 | 2 | 472 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11011011 | 0 | 110110 | 1100 | 10 | 100111010 | 1011101 | 1000111 |
Color Harmonies of #FA72DB
Complementary color
Monochromatic Colors of #FA72DB
Black with #FA72DB
Text Example
Text Example
White with #FA72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72DB; }
p { color: rgb(250,114,219); }
H1.HeaderClassName
{
color: #FA72DB;
}
.AnyTagClassName
{
color: #FA72DB;
}
</style>
background-color css
<style>
a { background-color: #FA72DB; }
a { background-color: rgb(250,114,219); }
div.DivClassName
{
background-color: #FA72DB;
}
.BgClassName
{
background-color: #FA72DB;
}
</style>
border-color css
<style>
span { border-color: #FA72DB; }
span { border-color: rgb(250,114,219); }
td.TdClassName
{
border-color: #FA72DB;
}
.TagClassName
{
border-color: #FA72DB;
}
</style>