Shades of Pale Magenta #F78CDA
Tints of Pale Magenta #F78CDA
RGB
CMYK
RGB Variations
Color information
#F78CDA (or 0xF78CDA) is known color: Pale Magenta. HEX triplet: F7, 8C and DA. RGB value is (247,140,218). Sum of RGB (Red+Green+Blue) = 247+140+218=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CDA is #087325. Grayscale: #B4B4B4. Windows color (decimal): -553766 or 14322935. OLE color: 14322935.
HSL color Cylindrical-coordinate representation of color #F78CDA: hue angle of 316.26º 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 #F78CDA is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 218 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.03 |
| HSL | 316.26º | 0.87% | 0.76% | - |
| HSV(B) | 316.26º | 0.43% | 0.97% | - |
| XYZ | 60.39 | 43.59 | 71.56 | - |
| YUV | 180.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 218 | 0 | 0.43 | 0.12 | 0.03 | 316.26 | 0.87 | 0.76 |
| Hex | F7 | 8C | DA | 0 | 2B | C | 3 | 13C | 57 | 4C |
| Octal | 367 | 214 | 332 | 0 | 53 | 14 | 3 | 474 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11011010 | 0 | 101011 | 1100 | 11 | 100111100 | 1010111 | 1001100 |
Color Harmonies of #F78CDA
Complementary color
Monochromatic Colors of #F78CDA
Black with #F78CDA
Text Example
Text Example
White with #F78CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CDA; }
p { color: rgb(247,140,218); }
H1.HeaderClassName
{
color: #F78CDA;
}
.AnyTagClassName
{
color: #F78CDA;
}
</style>
background-color css
<style>
a { background-color: #F78CDA; }
a { background-color: rgb(247,140,218); }
div.DivClassName
{
background-color: #F78CDA;
}
.BgClassName
{
background-color: #F78CDA;
}
</style>
border-color css
<style>
span { border-color: #F78CDA; }
span { border-color: rgb(247,140,218); }
td.TdClassName
{
border-color: #F78CDA;
}
.TagClassName
{
border-color: #F78CDA;
}
</style>