Shades of Pale Magenta #FA7DDB
Tints of Pale Magenta #FA7DDB
RGB
CMYK
RGB Variations
Color information
#FA7DDB (or 0xFA7DDB) is known color: Pale Magenta. HEX triplet: FA, 7D and DB. RGB value is (250,125,219). Sum of RGB (Red+Green+Blue) = 250+125+219=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 125 (49.22% from 255 or 21.04% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DDB is #058224. Grayscale: #ACACAC. Windows color (decimal): -360997 or 14384634. OLE color: 14384634.
HSL color Cylindrical-coordinate representation of color #FA7DDB: hue angle of 314.88º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DDB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 219 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.02 |
| HSL | 314.88º | 0.93% | 0.74% | - |
| HSV(B) | 314.88º | 0.5% | 0.98% | - |
| XYZ | 59.54 | 40.11 | 71.62 | - |
| YUV | 173.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 219 | 0 | 0.50 | 0.12 | 0.02 | 314.88 | 0.93 | 0.74 |
| Hex | FA | 7D | DB | 0 | 32 | C | 2 | 13B | 5D | 4A |
| Octal | 372 | 175 | 333 | 0 | 62 | 14 | 2 | 473 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11011011 | 0 | 110010 | 1100 | 10 | 100111011 | 1011101 | 1001010 |
Color Harmonies of #FA7DDB
Complementary color
Monochromatic Colors of #FA7DDB
Black with #FA7DDB
Text Example
Text Example
White with #FA7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DDB; }
p { color: rgb(250,125,219); }
H1.HeaderClassName
{
color: #FA7DDB;
}
.AnyTagClassName
{
color: #FA7DDB;
}
</style>
background-color css
<style>
a { background-color: #FA7DDB; }
a { background-color: rgb(250,125,219); }
div.DivClassName
{
background-color: #FA7DDB;
}
.BgClassName
{
background-color: #FA7DDB;
}
</style>
border-color css
<style>
span { border-color: #FA7DDB; }
span { border-color: rgb(250,125,219); }
td.TdClassName
{
border-color: #FA7DDB;
}
.TagClassName
{
border-color: #FA7DDB;
}
</style>