Shades of Pale Magenta #F782DD
Tints of Pale Magenta #F782DD
RGB
CMYK
RGB Variations
Color information
#F782DD (or 0xF782DD) is known color: Pale Magenta. HEX triplet: F7, 82 and DD. RGB value is (247,130,221). Sum of RGB (Red+Green+Blue) = 247+130+221=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 130 (51.17% from 255 or 21.74% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F782DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F782DD is #087D22. Grayscale: #AFAFAF. Windows color (decimal): -556323 or 14516983. OLE color: 14516983.
HSL color Cylindrical-coordinate representation of color #F782DD: hue angle of 313.33º 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 #F782DD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 221 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.03 |
| HSL | 313.33º | 0.88% | 0.74% | - |
| HSV(B) | 313.33º | 0.47% | 0.97% | - |
| XYZ | 59.39 | 40.96 | 73.18 | - |
| YUV | 175.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 221 | 0 | 0.47 | 0.11 | 0.03 | 313.33 | 0.88 | 0.74 |
| Hex | F7 | 82 | DD | 0 | 2F | B | 3 | 139 | 58 | 4A |
| Octal | 367 | 202 | 335 | 0 | 57 | 13 | 3 | 471 | 130 | 112 |
| Binary | 11110111 | 10000010 | 11011101 | 0 | 101111 | 1011 | 11 | 100111001 | 1011000 | 1001010 |
Color Harmonies of #F782DD
Complementary color
Monochromatic Colors of #F782DD
Black with #F782DD
Text Example
Text Example
White with #F782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F782DD; }
p { color: rgb(247,130,221); }
H1.HeaderClassName
{
color: #F782DD;
}
.AnyTagClassName
{
color: #F782DD;
}
</style>
background-color css
<style>
a { background-color: #F782DD; }
a { background-color: rgb(247,130,221); }
div.DivClassName
{
background-color: #F782DD;
}
.BgClassName
{
background-color: #F782DD;
}
</style>
border-color css
<style>
span { border-color: #F782DD; }
span { border-color: rgb(247,130,221); }
td.TdClassName
{
border-color: #F782DD;
}
.TagClassName
{
border-color: #F782DD;
}
</style>