Shades of Pale Magenta #F781DD
Tints of Pale Magenta #F781DD
RGB
CMYK
RGB Variations
Color information
#F781DD (or 0xF781DD) is known color: Pale Magenta. HEX triplet: F7, 81 and DD. RGB value is (247,129,221). Sum of RGB (Red+Green+Blue) = 247+129+221=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F781DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781DD is #087E22. Grayscale: #AEAEAE. Windows color (decimal): -556579 or 14516727. OLE color: 14516727.
HSL color Cylindrical-coordinate representation of color #F781DD: hue angle of 313.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781DD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 221 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.03 |
| HSL | 313.22º | 0.88% | 0.74% | - |
| HSV(B) | 313.22º | 0.48% | 0.97% | - |
| XYZ | 59.26 | 40.7 | 73.14 | - |
| YUV | 174.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 221 | 0 | 0.48 | 0.11 | 0.03 | 313.22 | 0.88 | 0.74 |
| Hex | F7 | 81 | DD | 0 | 30 | B | 3 | 139 | 58 | 4A |
| Octal | 367 | 201 | 335 | 0 | 60 | 13 | 3 | 471 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11011101 | 0 | 110000 | 1011 | 11 | 100111001 | 1011000 | 1001010 |
Color Harmonies of #F781DD
Complementary color
Monochromatic Colors of #F781DD
Black with #F781DD
Text Example
Text Example
White with #F781DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781DD; }
p { color: rgb(247,129,221); }
H1.HeaderClassName
{
color: #F781DD;
}
.AnyTagClassName
{
color: #F781DD;
}
</style>
background-color css
<style>
a { background-color: #F781DD; }
a { background-color: rgb(247,129,221); }
div.DivClassName
{
background-color: #F781DD;
}
.BgClassName
{
background-color: #F781DD;
}
</style>
border-color css
<style>
span { border-color: #F781DD; }
span { border-color: rgb(247,129,221); }
td.TdClassName
{
border-color: #F781DD;
}
.TagClassName
{
border-color: #F781DD;
}
</style>