Shades of Pale Magenta #FA7DDA
Tints of Pale Magenta #FA7DDA
RGB
CMYK
RGB Variations
Color information
#FA7DDA (or 0xFA7DDA) is known color: Pale Magenta. HEX triplet: FA, 7D and DA. RGB value is (250,125,218). Sum of RGB (Red+Green+Blue) = 250+125+218=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DDA is #058225. Grayscale: #ACACAC. Windows color (decimal): -360998 or 14319098. OLE color: 14319098.
HSL color Cylindrical-coordinate representation of color #FA7DDA: hue angle of 315.36º 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 #FA7DDA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 218 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.02 |
| HSL | 315.36º | 0.93% | 0.74% | - |
| HSV(B) | 315.36º | 0.5% | 0.98% | - |
| XYZ | 59.41 | 40.05 | 70.93 | - |
| YUV | 172.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 218 | 0 | 0.50 | 0.13 | 0.02 | 315.36 | 0.93 | 0.74 |
| Hex | FA | 7D | DA | 0 | 32 | D | 2 | 13B | 5D | 4A |
| Octal | 372 | 175 | 332 | 0 | 62 | 15 | 2 | 473 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11011010 | 0 | 110010 | 1101 | 10 | 100111011 | 1011101 | 1001010 |
Color Harmonies of #FA7DDA
Complementary color
Monochromatic Colors of #FA7DDA
Black with #FA7DDA
Text Example
Text Example
White with #FA7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DDA; }
p { color: rgb(250,125,218); }
H1.HeaderClassName
{
color: #FA7DDA;
}
.AnyTagClassName
{
color: #FA7DDA;
}
</style>
background-color css
<style>
a { background-color: #FA7DDA; }
a { background-color: rgb(250,125,218); }
div.DivClassName
{
background-color: #FA7DDA;
}
.BgClassName
{
background-color: #FA7DDA;
}
</style>
border-color css
<style>
span { border-color: #FA7DDA; }
span { border-color: rgb(250,125,218); }
td.TdClassName
{
border-color: #FA7DDA;
}
.TagClassName
{
border-color: #FA7DDA;
}
</style>