Shades of Pale Magenta #F78FE5
Tints of Pale Magenta #F78FE5
RGB
CMYK
RGB Variations
Color information
#F78FE5 (or 0xF78FE5) is known color: Pale Magenta. HEX triplet: F7, 8F and E5. RGB value is (247,143,229). Sum of RGB (Red+Green+Blue) = 247+143+229=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FE5 is #08701A. Grayscale: #B7B7B7. Windows color (decimal): -552987 or 15044599. OLE color: 15044599.
HSL color Cylindrical-coordinate representation of color #F78FE5: hue angle of 310.38º 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 #F78FE5 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 229 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.03 |
| HSL | 310.38º | 0.87% | 0.76% | - |
| HSV(B) | 310.38º | 0.42% | 0.97% | - |
| XYZ | 62.32 | 45.08 | 79.54 | - |
| YUV | 183.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 229 | 0 | 0.42 | 0.07 | 0.03 | 310.38 | 0.87 | 0.76 |
| Hex | F7 | 8F | E5 | 0 | 2A | 7 | 3 | 136 | 57 | 4C |
| Octal | 367 | 217 | 345 | 0 | 52 | 7 | 3 | 466 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11100101 | 0 | 101010 | 111 | 11 | 100110110 | 1010111 | 1001100 |
Color Harmonies of #F78FE5
Complementary color
Monochromatic Colors of #F78FE5
Black with #F78FE5
Text Example
Text Example
White with #F78FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FE5; }
p { color: rgb(247,143,229); }
H1.HeaderClassName
{
color: #F78FE5;
}
.AnyTagClassName
{
color: #F78FE5;
}
</style>
background-color css
<style>
a { background-color: #F78FE5; }
a { background-color: rgb(247,143,229); }
div.DivClassName
{
background-color: #F78FE5;
}
.BgClassName
{
background-color: #F78FE5;
}
</style>
border-color css
<style>
span { border-color: #F78FE5; }
span { border-color: rgb(247,143,229); }
td.TdClassName
{
border-color: #F78FE5;
}
.TagClassName
{
border-color: #F78FE5;
}
</style>