Shades of Pale Magenta #F781D5
Tints of Pale Magenta #F781D5
RGB
CMYK
RGB Variations
Color information
#F781D5 (or 0xF781D5) is known color: Pale Magenta. HEX triplet: F7, 81 and D5. RGB value is (247,129,213). Sum of RGB (Red+Green+Blue) = 247+129+213=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F781D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781D5 is #087E2A. Grayscale: #ADADAD. Windows color (decimal): -556587 or 13992439. OLE color: 13992439.
HSL color Cylindrical-coordinate representation of color #F781D5: hue angle of 317.29º 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 #F781D5 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 213 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.03 |
| HSL | 317.29º | 0.88% | 0.74% | - |
| HSV(B) | 317.29º | 0.48% | 0.97% | - |
| XYZ | 58.22 | 40.28 | 67.66 | - |
| YUV | 173.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 213 | 0 | 0.48 | 0.14 | 0.03 | 317.29 | 0.88 | 0.74 |
| Hex | F7 | 81 | D5 | 0 | 30 | E | 3 | 13D | 58 | 4A |
| Octal | 367 | 201 | 325 | 0 | 60 | 16 | 3 | 475 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11010101 | 0 | 110000 | 1110 | 11 | 100111101 | 1011000 | 1001010 |
Color Harmonies of #F781D5
Complementary color
Monochromatic Colors of #F781D5
Black with #F781D5
Text Example
Text Example
White with #F781D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781D5; }
p { color: rgb(247,129,213); }
H1.HeaderClassName
{
color: #F781D5;
}
.AnyTagClassName
{
color: #F781D5;
}
</style>
background-color css
<style>
a { background-color: #F781D5; }
a { background-color: rgb(247,129,213); }
div.DivClassName
{
background-color: #F781D5;
}
.BgClassName
{
background-color: #F781D5;
}
</style>
border-color css
<style>
span { border-color: #F781D5; }
span { border-color: rgb(247,129,213); }
td.TdClassName
{
border-color: #F781D5;
}
.TagClassName
{
border-color: #F781D5;
}
</style>