Shades of Pale Magenta #F784DD
Tints of Pale Magenta #F784DD
RGB
CMYK
RGB Variations
Color information
#F784DD (or 0xF784DD) is known color: Pale Magenta. HEX triplet: F7, 84 and DD. RGB value is (247,132,221). Sum of RGB (Red+Green+Blue) = 247+132+221=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F784DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F784DD is #087B22. Grayscale: #B0B0B0. Windows color (decimal): -555811 or 14517495. OLE color: 14517495.
HSL color Cylindrical-coordinate representation of color #F784DD: hue angle of 313.57º 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 #F784DD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 221 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.03 |
| HSL | 313.57º | 0.88% | 0.74% | - |
| HSV(B) | 313.57º | 0.47% | 0.97% | - |
| XYZ | 59.66 | 41.5 | 73.27 | - |
| YUV | 176.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 221 | 0 | 0.47 | 0.11 | 0.03 | 313.57 | 0.88 | 0.74 |
| Hex | F7 | 84 | DD | 0 | 2F | B | 3 | 13A | 58 | 4A |
| Octal | 367 | 204 | 335 | 0 | 57 | 13 | 3 | 472 | 130 | 112 |
| Binary | 11110111 | 10000100 | 11011101 | 0 | 101111 | 1011 | 11 | 100111010 | 1011000 | 1001010 |
Color Harmonies of #F784DD
Complementary color
Monochromatic Colors of #F784DD
Black with #F784DD
Text Example
Text Example
White with #F784DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F784DD; }
p { color: rgb(247,132,221); }
H1.HeaderClassName
{
color: #F784DD;
}
.AnyTagClassName
{
color: #F784DD;
}
</style>
background-color css
<style>
a { background-color: #F784DD; }
a { background-color: rgb(247,132,221); }
div.DivClassName
{
background-color: #F784DD;
}
.BgClassName
{
background-color: #F784DD;
}
</style>
border-color css
<style>
span { border-color: #F784DD; }
span { border-color: rgb(247,132,221); }
td.TdClassName
{
border-color: #F784DD;
}
.TagClassName
{
border-color: #F784DD;
}
</style>