Shades of Pale Magenta #F785DF
Tints of Pale Magenta #F785DF
RGB
CMYK
RGB Variations
Color information
#F785DF (or 0xF785DF) is known color: Pale Magenta. HEX triplet: F7, 85 and DF. RGB value is (247,133,223). Sum of RGB (Red+Green+Blue) = 247+133+223=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F785DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785DF is #087A20. Grayscale: #B1B1B1. Windows color (decimal): -555553 or 14648823. OLE color: 14648823.
HSL color Cylindrical-coordinate representation of color #F785DF: hue angle of 312.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785DF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 223 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.03 |
| HSL | 312.63º | 0.88% | 0.75% | - |
| HSV(B) | 312.63º | 0.46% | 0.97% | - |
| XYZ | 60.06 | 41.88 | 74.73 | - |
| YUV | 177.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 223 | 0 | 0.46 | 0.10 | 0.03 | 312.63 | 0.88 | 0.75 |
| Hex | F7 | 85 | DF | 0 | 2E | A | 3 | 139 | 58 | 4B |
| Octal | 367 | 205 | 337 | 0 | 56 | 12 | 3 | 471 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11011111 | 0 | 101110 | 1010 | 11 | 100111001 | 1011000 | 1001011 |
Color Harmonies of #F785DF
Complementary color
Monochromatic Colors of #F785DF
Black with #F785DF
Text Example
Text Example
White with #F785DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785DF; }
p { color: rgb(247,133,223); }
H1.HeaderClassName
{
color: #F785DF;
}
.AnyTagClassName
{
color: #F785DF;
}
</style>
background-color css
<style>
a { background-color: #F785DF; }
a { background-color: rgb(247,133,223); }
div.DivClassName
{
background-color: #F785DF;
}
.BgClassName
{
background-color: #F785DF;
}
</style>
border-color css
<style>
span { border-color: #F785DF; }
span { border-color: rgb(247,133,223); }
td.TdClassName
{
border-color: #F785DF;
}
.TagClassName
{
border-color: #F785DF;
}
</style>