Shades of Pale Magenta #FA70DB
Tints of Pale Magenta #FA70DB
RGB
CMYK
RGB Variations
Color information
#FA70DB (or 0xFA70DB) is known color: Pale Magenta. HEX triplet: FA, 70 and DB. RGB value is (250,112,219). Sum of RGB (Red+Green+Blue) = 250+112+219=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 112 (44.14% from 255 or 19.28% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70DB is #058F24. Grayscale: #A5A5A5. Windows color (decimal): -364325 or 14381306. OLE color: 14381306.
HSL color Cylindrical-coordinate representation of color #FA70DB: hue angle of 313.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70DB is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 219 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.02 |
| HSL | 313.48º | 0.93% | 0.71% | - |
| HSV(B) | 313.48º | 0.55% | 0.98% | - |
| XYZ | 58 | 37.03 | 71.11 | - |
| YUV | 165.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 219 | 0 | 0.55 | 0.12 | 0.02 | 313.48 | 0.93 | 0.71 |
| Hex | FA | 70 | DB | 0 | 37 | C | 2 | 139 | 5D | 47 |
| Octal | 372 | 160 | 333 | 0 | 67 | 14 | 2 | 471 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11011011 | 0 | 110111 | 1100 | 10 | 100111001 | 1011101 | 1000111 |
Color Harmonies of #FA70DB
Complementary color
Monochromatic Colors of #FA70DB
Black with #FA70DB
Text Example
Text Example
White with #FA70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70DB; }
p { color: rgb(250,112,219); }
H1.HeaderClassName
{
color: #FA70DB;
}
.AnyTagClassName
{
color: #FA70DB;
}
</style>
background-color css
<style>
a { background-color: #FA70DB; }
a { background-color: rgb(250,112,219); }
div.DivClassName
{
background-color: #FA70DB;
}
.BgClassName
{
background-color: #FA70DB;
}
</style>
border-color css
<style>
span { border-color: #FA70DB; }
span { border-color: rgb(250,112,219); }
td.TdClassName
{
border-color: #FA70DB;
}
.TagClassName
{
border-color: #FA70DB;
}
</style>