Shades of Pale Magenta #F78CE4
Tints of Pale Magenta #F78CE4
RGB
CMYK
RGB Variations
Color information
#F78CE4 (or 0xF78CE4) is known color: Pale Magenta. HEX triplet: F7, 8C and E4. RGB value is (247,140,228). Sum of RGB (Red+Green+Blue) = 247+140+228=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CE4 is #08731B. Grayscale: #B5B5B5. Windows color (decimal): -553756 or 14978295. OLE color: 14978295.
HSL color Cylindrical-coordinate representation of color #F78CE4: hue angle of 310.65º 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 #F78CE4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 228 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.03 |
| HSL | 310.65º | 0.87% | 0.76% | - |
| HSV(B) | 310.65º | 0.43% | 0.97% | - |
| XYZ | 61.74 | 44.13 | 78.66 | - |
| YUV | 182.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 228 | 0 | 0.43 | 0.08 | 0.03 | 310.65 | 0.87 | 0.76 |
| Hex | F7 | 8C | E4 | 0 | 2B | 8 | 3 | 137 | 57 | 4C |
| Octal | 367 | 214 | 344 | 0 | 53 | 10 | 3 | 467 | 127 | 114 |
| Binary | 11110111 | 10001100 | 11100100 | 0 | 101011 | 1000 | 11 | 100110111 | 1010111 | 1001100 |
Color Harmonies of #F78CE4
Complementary color
Monochromatic Colors of #F78CE4
Black with #F78CE4
Text Example
Text Example
White with #F78CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78CE4; }
p { color: rgb(247,140,228); }
H1.HeaderClassName
{
color: #F78CE4;
}
.AnyTagClassName
{
color: #F78CE4;
}
</style>
background-color css
<style>
a { background-color: #F78CE4; }
a { background-color: rgb(247,140,228); }
div.DivClassName
{
background-color: #F78CE4;
}
.BgClassName
{
background-color: #F78CE4;
}
</style>
border-color css
<style>
span { border-color: #F78CE4; }
span { border-color: rgb(247,140,228); }
td.TdClassName
{
border-color: #F78CE4;
}
.TagClassName
{
border-color: #F78CE4;
}
</style>