Shades of Pale Magenta #F785DC
Tints of Pale Magenta #F785DC
RGB
CMYK
RGB Variations
Color information
#F785DC (or 0xF785DC) is known color: Pale Magenta. HEX triplet: F7, 85 and DC. RGB value is (247,133,220). Sum of RGB (Red+Green+Blue) = 247+133+220=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F785DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785DC is #087A23. Grayscale: #B0B0B0. Windows color (decimal): -555556 or 14452215. OLE color: 14452215.
HSL color Cylindrical-coordinate representation of color #F785DC: hue angle of 314.21º 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 #F785DC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 220 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.03 |
| HSL | 314.21º | 0.88% | 0.75% | - |
| HSV(B) | 314.21º | 0.46% | 0.97% | - |
| XYZ | 59.66 | 41.72 | 72.62 | - |
| YUV | 177 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 220 | 0 | 0.46 | 0.11 | 0.03 | 314.21 | 0.88 | 0.75 |
| Hex | F7 | 85 | DC | 0 | 2E | B | 3 | 13A | 58 | 4B |
| Octal | 367 | 205 | 334 | 0 | 56 | 13 | 3 | 472 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11011100 | 0 | 101110 | 1011 | 11 | 100111010 | 1011000 | 1001011 |
Color Harmonies of #F785DC
Complementary color
Monochromatic Colors of #F785DC
Black with #F785DC
Text Example
Text Example
White with #F785DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785DC; }
p { color: rgb(247,133,220); }
H1.HeaderClassName
{
color: #F785DC;
}
.AnyTagClassName
{
color: #F785DC;
}
</style>
background-color css
<style>
a { background-color: #F785DC; }
a { background-color: rgb(247,133,220); }
div.DivClassName
{
background-color: #F785DC;
}
.BgClassName
{
background-color: #F785DC;
}
</style>
border-color css
<style>
span { border-color: #F785DC; }
span { border-color: rgb(247,133,220); }
td.TdClassName
{
border-color: #F785DC;
}
.TagClassName
{
border-color: #F785DC;
}
</style>