Shades of Pale Magenta #F785DD
Tints of Pale Magenta #F785DD
RGB
CMYK
RGB Variations
Color information
#F785DD (or 0xF785DD) is known color: Pale Magenta. HEX triplet: F7, 85 and DD. RGB value is (247,133,221). Sum of RGB (Red+Green+Blue) = 247+133+221=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F785DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785DD is #087A22. Grayscale: #B0B0B0. Windows color (decimal): -555555 or 14517751. OLE color: 14517751.
HSL color Cylindrical-coordinate representation of color #F785DD: hue angle of 313.68º 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 #F785DD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 221 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.03 |
| HSL | 313.68º | 0.88% | 0.75% | - |
| HSV(B) | 313.68º | 0.46% | 0.97% | - |
| XYZ | 59.8 | 41.77 | 73.32 | - |
| YUV | 177.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 221 | 0 | 0.46 | 0.11 | 0.03 | 313.68 | 0.88 | 0.75 |
| Hex | F7 | 85 | DD | 0 | 2E | B | 3 | 13A | 58 | 4B |
| Octal | 367 | 205 | 335 | 0 | 56 | 13 | 3 | 472 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11011101 | 0 | 101110 | 1011 | 11 | 100111010 | 1011000 | 1001011 |
Color Harmonies of #F785DD
Complementary color
Monochromatic Colors of #F785DD
Black with #F785DD
Text Example
Text Example
White with #F785DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785DD; }
p { color: rgb(247,133,221); }
H1.HeaderClassName
{
color: #F785DD;
}
.AnyTagClassName
{
color: #F785DD;
}
</style>
background-color css
<style>
a { background-color: #F785DD; }
a { background-color: rgb(247,133,221); }
div.DivClassName
{
background-color: #F785DD;
}
.BgClassName
{
background-color: #F785DD;
}
</style>
border-color css
<style>
span { border-color: #F785DD; }
span { border-color: rgb(247,133,221); }
td.TdClassName
{
border-color: #F785DD;
}
.TagClassName
{
border-color: #F785DD;
}
</style>