Shades of Pale Magenta #F78FDD
Tints of Pale Magenta #F78FDD
RGB
CMYK
RGB Variations
Color information
#F78FDD (or 0xF78FDD) is known color: Pale Magenta. HEX triplet: F7, 8F and DD. RGB value is (247,143,221). Sum of RGB (Red+Green+Blue) = 247+143+221=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FDD is #087022. Grayscale: #B6B6B6. Windows color (decimal): -552995 or 14520311. OLE color: 14520311.
HSL color Cylindrical-coordinate representation of color #F78FDD: hue angle of 315º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F78FDD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 221 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.03 |
| HSL | 315º | 0.87% | 0.76% | - |
| HSV(B) | 315º | 0.42% | 0.97% | - |
| XYZ | 61.23 | 44.64 | 73.8 | - |
| YUV | 182.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 221 | 0 | 0.42 | 0.11 | 0.03 | 315 | 0.87 | 0.76 |
| Hex | F7 | 8F | DD | 0 | 2A | B | 3 | 13B | 57 | 4C |
| Octal | 367 | 217 | 335 | 0 | 52 | 13 | 3 | 473 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11011101 | 0 | 101010 | 1011 | 11 | 100111011 | 1010111 | 1001100 |
Color Harmonies of #F78FDD
Complementary color
Monochromatic Colors of #F78FDD
Black with #F78FDD
Text Example
Text Example
White with #F78FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FDD; }
p { color: rgb(247,143,221); }
H1.HeaderClassName
{
color: #F78FDD;
}
.AnyTagClassName
{
color: #F78FDD;
}
</style>
background-color css
<style>
a { background-color: #F78FDD; }
a { background-color: rgb(247,143,221); }
div.DivClassName
{
background-color: #F78FDD;
}
.BgClassName
{
background-color: #F78FDD;
}
</style>
border-color css
<style>
span { border-color: #F78FDD; }
span { border-color: rgb(247,143,221); }
td.TdClassName
{
border-color: #F78FDD;
}
.TagClassName
{
border-color: #F78FDD;
}
</style>