Shades of Pale Magenta #F784DC
Tints of Pale Magenta #F784DC
RGB
CMYK
RGB Variations
Color information
#F784DC (or 0xF784DC) is known color: Pale Magenta. HEX triplet: F7, 84 and DC. RGB value is (247,132,220). Sum of RGB (Red+Green+Blue) = 247+132+220=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F784DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784DC is #087B23. Grayscale: #B0B0B0. Windows color (decimal): -555812 or 14451959. OLE color: 14451959.
HSL color Cylindrical-coordinate representation of color #F784DC: hue angle of 314.09º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F784DC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 220 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.03 |
| HSL | 314.09º | 0.88% | 0.74% | - |
| HSV(B) | 314.09º | 0.47% | 0.97% | - |
| XYZ | 59.53 | 41.44 | 72.57 | - |
| YUV | 176.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 220 | 0 | 0.47 | 0.11 | 0.03 | 314.09 | 0.88 | 0.74 |
| Hex | F7 | 84 | DC | 0 | 2F | B | 3 | 13A | 58 | 4A |
| Octal | 367 | 204 | 334 | 0 | 57 | 13 | 3 | 472 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11011100 | 0 | 101111 | 1011 | 11 | 100111010 | 1011000 | 1001010 |
Color Harmonies of #F784DC
Complementary color
Monochromatic Colors of #F784DC
Black with #F784DC
Text Example
Text Example
White with #F784DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784DC; }
p { color: rgb(247,132,220); }
H1.HeaderClassName
{
color: #F784DC;
}
.AnyTagClassName
{
color: #F784DC;
}
</style>
background-color css
<style>
a { background-color: #F784DC; }
a { background-color: rgb(247,132,220); }
div.DivClassName
{
background-color: #F784DC;
}
.BgClassName
{
background-color: #F784DC;
}
</style>
border-color css
<style>
span { border-color: #F784DC; }
span { border-color: rgb(247,132,220); }
td.TdClassName
{
border-color: #F784DC;
}
.TagClassName
{
border-color: #F784DC;
}
</style>