Shades of Pale Magenta #F78BDA
Tints of Pale Magenta #F78BDA
RGB
CMYK
RGB Variations
Color information
#F78BDA (or 0xF78BDA) is known color: Pale Magenta. HEX triplet: F7, 8B and DA. RGB value is (247,139,218). Sum of RGB (Red+Green+Blue) = 247+139+218=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BDA is #087425. Grayscale: #B4B4B4. Windows color (decimal): -554022 or 14322679. OLE color: 14322679.
HSL color Cylindrical-coordinate representation of color #F78BDA: hue angle of 316.11º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F78BDA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 218 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.03 |
| HSL | 316.11º | 0.87% | 0.76% | - |
| HSV(B) | 316.11º | 0.44% | 0.97% | - |
| XYZ | 60.25 | 43.3 | 71.51 | - |
| YUV | 180.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 218 | 0 | 0.44 | 0.12 | 0.03 | 316.11 | 0.87 | 0.76 |
| Hex | F7 | 8B | DA | 0 | 2C | C | 3 | 13C | 57 | 4C |
| Octal | 367 | 213 | 332 | 0 | 54 | 14 | 3 | 474 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11011010 | 0 | 101100 | 1100 | 11 | 100111100 | 1010111 | 1001100 |
Color Harmonies of #F78BDA
Complementary color
Monochromatic Colors of #F78BDA
Black with #F78BDA
Text Example
Text Example
White with #F78BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BDA; }
p { color: rgb(247,139,218); }
H1.HeaderClassName
{
color: #F78BDA;
}
.AnyTagClassName
{
color: #F78BDA;
}
</style>
background-color css
<style>
a { background-color: #F78BDA; }
a { background-color: rgb(247,139,218); }
div.DivClassName
{
background-color: #F78BDA;
}
.BgClassName
{
background-color: #F78BDA;
}
</style>
border-color css
<style>
span { border-color: #F78BDA; }
span { border-color: rgb(247,139,218); }
td.TdClassName
{
border-color: #F78BDA;
}
.TagClassName
{
border-color: #F78BDA;
}
</style>