Shades of Pale Magenta #F785D4
Tints of Pale Magenta #F785D4
RGB
CMYK
RGB Variations
Color information
#F785D4 (or 0xF785D4) is known color: Pale Magenta. HEX triplet: F7, 85 and D4. RGB value is (247,133,212). Sum of RGB (Red+Green+Blue) = 247+133+212=592 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.72% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 247 - color contains mainly: red. Hex color #F785D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F785D4 is #087A2B. Grayscale: #AFAFAF. Windows color (decimal): -555564 or 13927927. OLE color: 13927927.
HSL color Cylindrical-coordinate representation of color #F785D4: hue angle of 318.42º 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 #F785D4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 212 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.03 |
| HSL | 318.42º | 0.88% | 0.75% | - |
| HSV(B) | 318.42º | 0.46% | 0.97% | - |
| XYZ | 58.63 | 41.3 | 67.17 | - |
| YUV | 176.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 212 | 0 | 0.46 | 0.14 | 0.03 | 318.42 | 0.88 | 0.75 |
| Hex | F7 | 85 | D4 | 0 | 2E | E | 3 | 13E | 58 | 4B |
| Octal | 367 | 205 | 324 | 0 | 56 | 16 | 3 | 476 | 130 | 113 |
| Binary | 11110111 | 10000101 | 11010100 | 0 | 101110 | 1110 | 11 | 100111110 | 1011000 | 1001011 |
Color Harmonies of #F785D4
Complementary color
Monochromatic Colors of #F785D4
Black with #F785D4
Text Example
Text Example
White with #F785D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F785D4; }
p { color: rgb(247,133,212); }
H1.HeaderClassName
{
color: #F785D4;
}
.AnyTagClassName
{
color: #F785D4;
}
</style>
background-color css
<style>
a { background-color: #F785D4; }
a { background-color: rgb(247,133,212); }
div.DivClassName
{
background-color: #F785D4;
}
.BgClassName
{
background-color: #F785D4;
}
</style>
border-color css
<style>
span { border-color: #F785D4; }
span { border-color: rgb(247,133,212); }
td.TdClassName
{
border-color: #F785D4;
}
.TagClassName
{
border-color: #F785D4;
}
</style>