Shades of Pale Magenta #F78DD6
Tints of Pale Magenta #F78DD6
RGB
CMYK
RGB Variations
Color information
#F78DD6 (or 0xF78DD6) is known color: Pale Magenta. HEX triplet: F7, 8D and D6. RGB value is (247,141,214). Sum of RGB (Red+Green+Blue) = 247+141+214=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DD6 is #087229. Grayscale: #B4B4B4. Windows color (decimal): -553514 or 14061047. OLE color: 14061047.
HSL color Cylindrical-coordinate representation of color #F78DD6: hue angle of 318.68º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78DD6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 214 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.03 |
| HSL | 318.68º | 0.87% | 0.76% | - |
| HSV(B) | 318.68º | 0.43% | 0.97% | - |
| XYZ | 60.02 | 43.68 | 68.89 | - |
| YUV | 181.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 214 | 0 | 0.43 | 0.13 | 0.03 | 318.68 | 0.87 | 0.76 |
| Hex | F7 | 8D | D6 | 0 | 2B | D | 3 | 13F | 57 | 4C |
| Octal | 367 | 215 | 326 | 0 | 53 | 15 | 3 | 477 | 127 | 114 |
| Binary | 11110111 | 10001101 | 11010110 | 0 | 101011 | 1101 | 11 | 100111111 | 1010111 | 1001100 |
Color Harmonies of #F78DD6
Complementary color
Monochromatic Colors of #F78DD6
Black with #F78DD6
Text Example
Text Example
White with #F78DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78DD6; }
p { color: rgb(247,141,214); }
H1.HeaderClassName
{
color: #F78DD6;
}
.AnyTagClassName
{
color: #F78DD6;
}
</style>
background-color css
<style>
a { background-color: #F78DD6; }
a { background-color: rgb(247,141,214); }
div.DivClassName
{
background-color: #F78DD6;
}
.BgClassName
{
background-color: #F78DD6;
}
</style>
border-color css
<style>
span { border-color: #F78DD6; }
span { border-color: rgb(247,141,214); }
td.TdClassName
{
border-color: #F78DD6;
}
.TagClassName
{
border-color: #F78DD6;
}
</style>