Shades of Pale Magenta #F78BD4
Tints of Pale Magenta #F78BD4
RGB
CMYK
RGB Variations
Color information
#F78BD4 (or 0xF78BD4) is known color: Pale Magenta. HEX triplet: F7, 8B and D4. RGB value is (247,139,212). Sum of RGB (Red+Green+Blue) = 247+139+212=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BD4 is #08742B. Grayscale: #B3B3B3. Windows color (decimal): -554028 or 13929463. OLE color: 13929463.
HSL color Cylindrical-coordinate representation of color #F78BD4: hue angle of 319.44º 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 #F78BD4 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 212 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.03 |
| HSL | 319.44º | 0.87% | 0.76% | - |
| HSV(B) | 319.44º | 0.44% | 0.97% | - |
| XYZ | 59.47 | 42.99 | 67.45 | - |
| YUV | 179.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 212 | 0 | 0.44 | 0.14 | 0.03 | 319.44 | 0.87 | 0.76 |
| Hex | F7 | 8B | D4 | 0 | 2C | E | 3 | 13F | 57 | 4C |
| Octal | 367 | 213 | 324 | 0 | 54 | 16 | 3 | 477 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11010100 | 0 | 101100 | 1110 | 11 | 100111111 | 1010111 | 1001100 |
Color Harmonies of #F78BD4
Complementary color
Monochromatic Colors of #F78BD4
Black with #F78BD4
Text Example
Text Example
White with #F78BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BD4; }
p { color: rgb(247,139,212); }
H1.HeaderClassName
{
color: #F78BD4;
}
.AnyTagClassName
{
color: #F78BD4;
}
</style>
background-color css
<style>
a { background-color: #F78BD4; }
a { background-color: rgb(247,139,212); }
div.DivClassName
{
background-color: #F78BD4;
}
.BgClassName
{
background-color: #F78BD4;
}
</style>
border-color css
<style>
span { border-color: #F78BD4; }
span { border-color: rgb(247,139,212); }
td.TdClassName
{
border-color: #F78BD4;
}
.TagClassName
{
border-color: #F78BD4;
}
</style>