Shades of Pale Magenta #F78CDD
Tints of Pale Magenta #F78CDD
RGB
CMYK
RGB Variations
Color information
#F78CDD (or 0xF78CDD) is known color: Pale Magenta. HEX triplet: F7, 8C and DD. RGB value is (247,140,221). Sum of RGB (Red+Green+Blue) = 247+140+221=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CDD is #087322. Grayscale: #B5B5B5. Windows color (decimal): -553763 or 14519543. OLE color: 14519543.
HSL color Cylindrical-coordinate representation of color #F78CDD: hue angle of 314.58º 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 #F78CDD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 221 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.03 |
| HSL | 314.58º | 0.87% | 0.76% | - |
| HSV(B) | 314.58º | 0.43% | 0.97% | - |
| XYZ | 60.79 | 43.75 | 73.65 | - |
| YUV | 181.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 221 | 0 | 0.43 | 0.11 | 0.03 | 314.58 | 0.87 | 0.76 |
| Hex | F7 | 8C | DD | 0 | 2B | B | 3 | 13B | 57 | 4C |
| Octal | 367 | 214 | 335 | 0 | 53 | 13 | 3 | 473 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11011101 | 0 | 101011 | 1011 | 11 | 100111011 | 1010111 | 1001100 |
Color Harmonies of #F78CDD
Complementary color
Monochromatic Colors of #F78CDD
Black with #F78CDD
Text Example
Text Example
White with #F78CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CDD; }
p { color: rgb(247,140,221); }
H1.HeaderClassName
{
color: #F78CDD;
}
.AnyTagClassName
{
color: #F78CDD;
}
</style>
background-color css
<style>
a { background-color: #F78CDD; }
a { background-color: rgb(247,140,221); }
div.DivClassName
{
background-color: #F78CDD;
}
.BgClassName
{
background-color: #F78CDD;
}
</style>
border-color css
<style>
span { border-color: #F78CDD; }
span { border-color: rgb(247,140,221); }
td.TdClassName
{
border-color: #F78CDD;
}
.TagClassName
{
border-color: #F78CDD;
}
</style>