Shades of Pale Magenta #F781DA
Tints of Pale Magenta #F781DA
RGB
CMYK
RGB Variations
Color information
#F781DA (or 0xF781DA) is known color: Pale Magenta. HEX triplet: F7, 81 and DA. RGB value is (247,129,218). Sum of RGB (Red+Green+Blue) = 247+129+218=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F781DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781DA is #087E25. Grayscale: #AEAEAE. Windows color (decimal): -556582 or 14320119. OLE color: 14320119.
HSL color Cylindrical-coordinate representation of color #F781DA: hue angle of 314.75º 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 #F781DA is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 218 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.03 |
| HSL | 314.75º | 0.88% | 0.74% | - |
| HSV(B) | 314.75º | 0.48% | 0.97% | - |
| XYZ | 58.86 | 40.54 | 71.05 | - |
| YUV | 174.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 218 | 0 | 0.48 | 0.12 | 0.03 | 314.75 | 0.88 | 0.74 |
| Hex | F7 | 81 | DA | 0 | 30 | C | 3 | 13B | 58 | 4A |
| Octal | 367 | 201 | 332 | 0 | 60 | 14 | 3 | 473 | 130 | 112 |
| Binary | 11110111 | 10000001 | 11011010 | 0 | 110000 | 1100 | 11 | 100111011 | 1011000 | 1001010 |
Color Harmonies of #F781DA
Complementary color
Monochromatic Colors of #F781DA
Black with #F781DA
Text Example
Text Example
White with #F781DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F781DA; }
p { color: rgb(247,129,218); }
H1.HeaderClassName
{
color: #F781DA;
}
.AnyTagClassName
{
color: #F781DA;
}
</style>
background-color css
<style>
a { background-color: #F781DA; }
a { background-color: rgb(247,129,218); }
div.DivClassName
{
background-color: #F781DA;
}
.BgClassName
{
background-color: #F781DA;
}
</style>
border-color css
<style>
span { border-color: #F781DA; }
span { border-color: rgb(247,129,218); }
td.TdClassName
{
border-color: #F781DA;
}
.TagClassName
{
border-color: #F781DA;
}
</style>