Shades of Pale Magenta #FA7DDF
Tints of Pale Magenta #FA7DDF
RGB
CMYK
RGB Variations
Color information
#FA7DDF (or 0xFA7DDF) is known color: Pale Magenta. HEX triplet: FA, 7D and DF. RGB value is (250,125,223). Sum of RGB (Red+Green+Blue) = 250+125+223=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DDF is #058220. Grayscale: #ADADAD. Windows color (decimal): -360993 or 14646778. OLE color: 14646778.
HSL color Cylindrical-coordinate representation of color #FA7DDF: hue angle of 312.96º 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 #FA7DDF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 223 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.02 |
| HSL | 312.96º | 0.93% | 0.74% | - |
| HSV(B) | 312.96º | 0.5% | 0.98% | - |
| XYZ | 60.08 | 40.32 | 74.43 | - |
| YUV | 173.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 223 | 0 | 0.50 | 0.11 | 0.02 | 312.96 | 0.93 | 0.74 |
| Hex | FA | 7D | DF | 0 | 32 | B | 2 | 139 | 5D | 4A |
| Octal | 372 | 175 | 337 | 0 | 62 | 13 | 2 | 471 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11011111 | 0 | 110010 | 1011 | 10 | 100111001 | 1011101 | 1001010 |
Color Harmonies of #FA7DDF
Complementary color
Monochromatic Colors of #FA7DDF
Black with #FA7DDF
Text Example
Text Example
White with #FA7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DDF; }
p { color: rgb(250,125,223); }
H1.HeaderClassName
{
color: #FA7DDF;
}
.AnyTagClassName
{
color: #FA7DDF;
}
</style>
background-color css
<style>
a { background-color: #FA7DDF; }
a { background-color: rgb(250,125,223); }
div.DivClassName
{
background-color: #FA7DDF;
}
.BgClassName
{
background-color: #FA7DDF;
}
</style>
border-color css
<style>
span { border-color: #FA7DDF; }
span { border-color: rgb(250,125,223); }
td.TdClassName
{
border-color: #FA7DDF;
}
.TagClassName
{
border-color: #FA7DDF;
}
</style>