Shades of Pale Magenta #F785DA
Tints of Pale Magenta #F785DA
RGB
CMYK
RGB Variations
Color information
#F785DA (or 0xF785DA) is known color: Pale Magenta. HEX triplet: F7, 85 and DA. RGB value is (247,133,218). Sum of RGB (Red+Green+Blue) = 247+133+218=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F785DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785DA is #087A25. Grayscale: #B0B0B0. Windows color (decimal): -555558 or 14321143. OLE color: 14321143.
HSL color Cylindrical-coordinate representation of color #F785DA: hue angle of 315.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785DA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 218 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.03 |
| HSL | 315.26º | 0.88% | 0.75% | - |
| HSV(B) | 315.26º | 0.46% | 0.97% | - |
| XYZ | 59.4 | 41.61 | 71.23 | - |
| YUV | 176.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 218 | 0 | 0.46 | 0.12 | 0.03 | 315.26 | 0.88 | 0.75 |
| Hex | F7 | 85 | DA | 0 | 2E | C | 3 | 13B | 58 | 4B |
| Octal | 367 | 205 | 332 | 0 | 56 | 14 | 3 | 473 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11011010 | 0 | 101110 | 1100 | 11 | 100111011 | 1011000 | 1001011 |
Color Harmonies of #F785DA
Complementary color
Monochromatic Colors of #F785DA
Black with #F785DA
Text Example
Text Example
White with #F785DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785DA; }
p { color: rgb(247,133,218); }
H1.HeaderClassName
{
color: #F785DA;
}
.AnyTagClassName
{
color: #F785DA;
}
</style>
background-color css
<style>
a { background-color: #F785DA; }
a { background-color: rgb(247,133,218); }
div.DivClassName
{
background-color: #F785DA;
}
.BgClassName
{
background-color: #F785DA;
}
</style>
border-color css
<style>
span { border-color: #F785DA; }
span { border-color: rgb(247,133,218); }
td.TdClassName
{
border-color: #F785DA;
}
.TagClassName
{
border-color: #F785DA;
}
</style>