Shades of Pale Magenta #FA7BDF
Tints of Pale Magenta #FA7BDF
RGB
CMYK
RGB Variations
Color information
#FA7BDF (or 0xFA7BDF) is known color: Pale Magenta. HEX triplet: FA, 7B and DF. RGB value is (250,123,223). Sum of RGB (Red+Green+Blue) = 250+123+223=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BDF is #058420. Grayscale: #ACACAC. Windows color (decimal): -361505 or 14646266. OLE color: 14646266.
HSL color Cylindrical-coordinate representation of color #FA7BDF: hue angle of 312.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BDF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 223 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.02 |
| HSL | 312.76º | 0.93% | 0.73% | - |
| HSV(B) | 312.76º | 0.51% | 0.98% | - |
| XYZ | 59.83 | 39.82 | 74.34 | - |
| YUV | 172.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 223 | 0 | 0.51 | 0.11 | 0.02 | 312.76 | 0.93 | 0.73 |
| Hex | FA | 7B | DF | 0 | 33 | B | 2 | 139 | 5D | 49 |
| Octal | 372 | 173 | 337 | 0 | 63 | 13 | 2 | 471 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11011111 | 0 | 110011 | 1011 | 10 | 100111001 | 1011101 | 1001001 |
Color Harmonies of #FA7BDF
Complementary color
Monochromatic Colors of #FA7BDF
Black with #FA7BDF
Text Example
Text Example
White with #FA7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BDF; }
p { color: rgb(250,123,223); }
H1.HeaderClassName
{
color: #FA7BDF;
}
.AnyTagClassName
{
color: #FA7BDF;
}
</style>
background-color css
<style>
a { background-color: #FA7BDF; }
a { background-color: rgb(250,123,223); }
div.DivClassName
{
background-color: #FA7BDF;
}
.BgClassName
{
background-color: #FA7BDF;
}
</style>
border-color css
<style>
span { border-color: #FA7BDF; }
span { border-color: rgb(250,123,223); }
td.TdClassName
{
border-color: #FA7BDF;
}
.TagClassName
{
border-color: #FA7BDF;
}
</style>