Shades of Pale Magenta #FA85DF
Tints of Pale Magenta #FA85DF
RGB
CMYK
RGB Variations
Color information
#FA85DF (or 0xFA85DF) is known color: Pale Magenta. HEX triplet: FA, 85 and DF. RGB value is (250,133,223). Sum of RGB (Red+Green+Blue) = 250+133+223=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85DF is #057A20. Grayscale: #B2B2B2. Windows color (decimal): -358945 or 14648826. OLE color: 14648826.
HSL color Cylindrical-coordinate representation of color #FA85DF: hue angle of 313.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85DF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 223 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.02 |
| HSL | 313.85º | 0.92% | 0.75% | - |
| HSV(B) | 313.85º | 0.47% | 0.98% | - |
| XYZ | 61.13 | 42.43 | 74.78 | - |
| YUV | 178.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 223 | 0 | 0.47 | 0.11 | 0.02 | 313.85 | 0.92 | 0.75 |
| Hex | FA | 85 | DF | 0 | 2F | B | 2 | 13A | 5C | 4B |
| Octal | 372 | 205 | 337 | 0 | 57 | 13 | 2 | 472 | 134 | 113 |
| Binary | 11111010 | 10000101 | 11011111 | 0 | 101111 | 1011 | 10 | 100111010 | 1011100 | 1001011 |
Color Harmonies of #FA85DF
Complementary color
Monochromatic Colors of #FA85DF
Black with #FA85DF
Text Example
Text Example
White with #FA85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85DF; }
p { color: rgb(250,133,223); }
H1.HeaderClassName
{
color: #FA85DF;
}
.AnyTagClassName
{
color: #FA85DF;
}
</style>
background-color css
<style>
a { background-color: #FA85DF; }
a { background-color: rgb(250,133,223); }
div.DivClassName
{
background-color: #FA85DF;
}
.BgClassName
{
background-color: #FA85DF;
}
</style>
border-color css
<style>
span { border-color: #FA85DF; }
span { border-color: rgb(250,133,223); }
td.TdClassName
{
border-color: #FA85DF;
}
.TagClassName
{
border-color: #FA85DF;
}
</style>