Shades of Pale Magenta #F78FED
Tints of Pale Magenta #F78FED
RGB
CMYK
RGB Variations
Color information
#F78FED (or 0xF78FED) is known color: Pale Magenta. HEX triplet: F7, 8F and ED. RGB value is (247,143,237). Sum of RGB (Red+Green+Blue) = 247+143+237=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78FED is #087012. Grayscale: #B8B8B8. Windows color (decimal): -552979 or 15568887. OLE color: 15568887.
HSL color Cylindrical-coordinate representation of color #F78FED: hue angle of 305.77º 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 #F78FED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 305.77º | 0.87% | 0.76% | - |
| HSV(B) | 305.77º | 0.42% | 0.97% | - |
| XYZ | 63.47 | 45.53 | 85.56 | - |
| YUV | 184.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 237 | 0 | 0.42 | 0.04 | 0.03 | 305.77 | 0.87 | 0.76 |
| Hex | F7 | 8F | ED | 0 | 2A | 4 | 3 | 132 | 57 | 4C |
| Octal | 367 | 217 | 355 | 0 | 52 | 4 | 3 | 462 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11101101 | 0 | 101010 | 100 | 11 | 100110010 | 1010111 | 1001100 |
Color Harmonies of #F78FED
Complementary color
Monochromatic Colors of #F78FED
Black with #F78FED
Text Example
Text Example
White with #F78FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FED; }
p { color: rgb(247,143,237); }
H1.HeaderClassName
{
color: #F78FED;
}
.AnyTagClassName
{
color: #F78FED;
}
</style>
background-color css
<style>
a { background-color: #F78FED; }
a { background-color: rgb(247,143,237); }
div.DivClassName
{
background-color: #F78FED;
}
.BgClassName
{
background-color: #F78FED;
}
</style>
border-color css
<style>
span { border-color: #F78FED; }
span { border-color: rgb(247,143,237); }
td.TdClassName
{
border-color: #F78FED;
}
.TagClassName
{
border-color: #F78FED;
}
</style>