Shades of Pale Magenta #FA75DC
Tints of Pale Magenta #FA75DC
RGB
CMYK
RGB Variations
Color information
#FA75DC (or 0xFA75DC) is known color: Pale Magenta. HEX triplet: FA, 75 and DC. RGB value is (250,117,220). Sum of RGB (Red+Green+Blue) = 250+117+220=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75DC is #058A23. Grayscale: #A8A8A8. Windows color (decimal): -363044 or 14448122. OLE color: 14448122.
HSL color Cylindrical-coordinate representation of color #FA75DC: hue angle of 313.53º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA75DC is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 220 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.02 |
| HSL | 313.53º | 0.93% | 0.72% | - |
| HSV(B) | 313.53º | 0.53% | 0.98% | - |
| XYZ | 58.7 | 38.21 | 71.99 | - |
| YUV | 168.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 220 | 0 | 0.53 | 0.12 | 0.02 | 313.53 | 0.93 | 0.72 |
| Hex | FA | 75 | DC | 0 | 35 | C | 2 | 13A | 5D | 48 |
| Octal | 372 | 165 | 334 | 0 | 65 | 14 | 2 | 472 | 135 | 110 |
| Binary | 11111010 | 1110101 | 11011100 | 0 | 110101 | 1100 | 10 | 100111010 | 1011101 | 1001000 |
Color Harmonies of #FA75DC
Complementary color
Monochromatic Colors of #FA75DC
Black with #FA75DC
Text Example
Text Example
White with #FA75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA75DC; }
p { color: rgb(250,117,220); }
H1.HeaderClassName
{
color: #FA75DC;
}
.AnyTagClassName
{
color: #FA75DC;
}
</style>
background-color css
<style>
a { background-color: #FA75DC; }
a { background-color: rgb(250,117,220); }
div.DivClassName
{
background-color: #FA75DC;
}
.BgClassName
{
background-color: #FA75DC;
}
</style>
border-color css
<style>
span { border-color: #FA75DC; }
span { border-color: rgb(250,117,220); }
td.TdClassName
{
border-color: #FA75DC;
}
.TagClassName
{
border-color: #FA75DC;
}
</style>