Shades of Pale Magenta #F781D8
Tints of Pale Magenta #F781D8
RGB
CMYK
RGB Variations
Color information
#F781D8 (or 0xF781D8) is known color: Pale Magenta. HEX triplet: F7, 81 and D8. RGB value is (247,129,216). Sum of RGB (Red+Green+Blue) = 247+129+216=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D8 is #087E27. Grayscale: #ADADAD. Windows color (decimal): -556584 or 14189047. OLE color: 14189047.
HSL color Cylindrical-coordinate representation of color #F781D8: hue angle of 315.76º 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 #F781D8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 216 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.03 |
| HSL | 315.76º | 0.88% | 0.74% | - |
| HSV(B) | 315.76º | 0.48% | 0.97% | - |
| XYZ | 58.6 | 40.43 | 69.68 | - |
| YUV | 174.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 216 | 0 | 0.48 | 0.13 | 0.03 | 315.76 | 0.88 | 0.74 |
| Hex | F7 | 81 | D8 | 0 | 30 | D | 3 | 13C | 58 | 4A |
| Octal | 367 | 201 | 330 | 0 | 60 | 15 | 3 | 474 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11011000 | 0 | 110000 | 1101 | 11 | 100111100 | 1011000 | 1001010 |
Color Harmonies of #F781D8
Complementary color
Monochromatic Colors of #F781D8
Black with #F781D8
Text Example
Text Example
White with #F781D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781D8; }
p { color: rgb(247,129,216); }
H1.HeaderClassName
{
color: #F781D8;
}
.AnyTagClassName
{
color: #F781D8;
}
</style>
background-color css
<style>
a { background-color: #F781D8; }
a { background-color: rgb(247,129,216); }
div.DivClassName
{
background-color: #F781D8;
}
.BgClassName
{
background-color: #F781D8;
}
</style>
border-color css
<style>
span { border-color: #F781D8; }
span { border-color: rgb(247,129,216); }
td.TdClassName
{
border-color: #F781D8;
}
.TagClassName
{
border-color: #F781D8;
}
</style>