Shades of Pale Magenta #FA7FDF
Tints of Pale Magenta #FA7FDF
RGB
CMYK
RGB Variations
Color information
#FA7FDF (or 0xFA7FDF) is known color: Pale Magenta. HEX triplet: FA, 7F and DF. RGB value is (250,127,223). Sum of RGB (Red+Green+Blue) = 250+127+223=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FDF is #058020. Grayscale: #AEAEAE. Windows color (decimal): -360481 or 14647290. OLE color: 14647290.
HSL color Cylindrical-coordinate representation of color #FA7FDF: hue angle of 313.17º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FDF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 223 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.02 |
| HSL | 313.17º | 0.92% | 0.74% | - |
| HSV(B) | 313.17º | 0.49% | 0.98% | - |
| XYZ | 60.33 | 40.83 | 74.51 | - |
| YUV | 174.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 223 | 0 | 0.49 | 0.11 | 0.02 | 313.17 | 0.92 | 0.74 |
| Hex | FA | 7F | DF | 0 | 31 | B | 2 | 139 | 5C | 4A |
| Octal | 372 | 177 | 337 | 0 | 61 | 13 | 2 | 471 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11011111 | 0 | 110001 | 1011 | 10 | 100111001 | 1011100 | 1001010 |
Color Harmonies of #FA7FDF
Complementary color
Monochromatic Colors of #FA7FDF
Black with #FA7FDF
Text Example
Text Example
White with #FA7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FDF; }
p { color: rgb(250,127,223); }
H1.HeaderClassName
{
color: #FA7FDF;
}
.AnyTagClassName
{
color: #FA7FDF;
}
</style>
background-color css
<style>
a { background-color: #FA7FDF; }
a { background-color: rgb(250,127,223); }
div.DivClassName
{
background-color: #FA7FDF;
}
.BgClassName
{
background-color: #FA7FDF;
}
</style>
border-color css
<style>
span { border-color: #FA7FDF; }
span { border-color: rgb(250,127,223); }
td.TdClassName
{
border-color: #FA7FDF;
}
.TagClassName
{
border-color: #FA7FDF;
}
</style>