Shades of Pale Magenta #FA72DE
Tints of Pale Magenta #FA72DE
RGB
CMYK
RGB Variations
Color information
#FA72DE (or 0xFA72DE) is known color: Pale Magenta. HEX triplet: FA, 72 and DE. RGB value is (250,114,222). Sum of RGB (Red+Green+Blue) = 250+114+222=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72DE is #058D21. Grayscale: #A6A6A6. Windows color (decimal): -363810 or 14578426. OLE color: 14578426.
HSL color Cylindrical-coordinate representation of color #FA72DE: hue angle of 312.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72DE is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 222 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.02 |
| HSL | 312.35º | 0.93% | 0.71% | - |
| HSV(B) | 312.35º | 0.54% | 0.98% | - |
| XYZ | 58.63 | 37.63 | 73.28 | - |
| YUV | 166.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 222 | 0 | 0.54 | 0.11 | 0.02 | 312.35 | 0.93 | 0.71 |
| Hex | FA | 72 | DE | 0 | 36 | B | 2 | 138 | 5D | 47 |
| Octal | 372 | 162 | 336 | 0 | 66 | 13 | 2 | 470 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11011110 | 0 | 110110 | 1011 | 10 | 100111000 | 1011101 | 1000111 |
Color Harmonies of #FA72DE
Complementary color
Monochromatic Colors of #FA72DE
Black with #FA72DE
Text Example
Text Example
White with #FA72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72DE; }
p { color: rgb(250,114,222); }
H1.HeaderClassName
{
color: #FA72DE;
}
.AnyTagClassName
{
color: #FA72DE;
}
</style>
background-color css
<style>
a { background-color: #FA72DE; }
a { background-color: rgb(250,114,222); }
div.DivClassName
{
background-color: #FA72DE;
}
.BgClassName
{
background-color: #FA72DE;
}
</style>
border-color css
<style>
span { border-color: #FA72DE; }
span { border-color: rgb(250,114,222); }
td.TdClassName
{
border-color: #FA72DE;
}
.TagClassName
{
border-color: #FA72DE;
}
</style>