Shades of Pale Magenta #F78BED
Tints of Pale Magenta #F78BED
RGB
CMYK
RGB Variations
Color information
#F78BED (or 0xF78BED) is known color: Pale Magenta. HEX triplet: F7, 8B and ED. RGB value is (247,139,237). Sum of RGB (Red+Green+Blue) = 247+139+237=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F78BED is #087412. Grayscale: #B6B6B6. Windows color (decimal): -554003 or 15567863. OLE color: 15567863.
HSL color Cylindrical-coordinate representation of color #F78BED: hue angle of 305.56º 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 #F78BED is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 237 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.03 |
| HSL | 305.56º | 0.87% | 0.76% | - |
| HSV(B) | 305.56º | 0.44% | 0.97% | - |
| XYZ | 62.88 | 44.35 | 85.37 | - |
| YUV | 182.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 237 | 0 | 0.44 | 0.04 | 0.03 | 305.56 | 0.87 | 0.76 |
| Hex | F7 | 8B | ED | 0 | 2C | 4 | 3 | 132 | 57 | 4C |
| Octal | 367 | 213 | 355 | 0 | 54 | 4 | 3 | 462 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11101101 | 0 | 101100 | 100 | 11 | 100110010 | 1010111 | 1001100 |
Color Harmonies of #F78BED
Complementary color
Monochromatic Colors of #F78BED
Black with #F78BED
Text Example
Text Example
White with #F78BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BED; }
p { color: rgb(247,139,237); }
H1.HeaderClassName
{
color: #F78BED;
}
.AnyTagClassName
{
color: #F78BED;
}
</style>
background-color css
<style>
a { background-color: #F78BED; }
a { background-color: rgb(247,139,237); }
div.DivClassName
{
background-color: #F78BED;
}
.BgClassName
{
background-color: #F78BED;
}
</style>
border-color css
<style>
span { border-color: #F78BED; }
span { border-color: rgb(247,139,237); }
td.TdClassName
{
border-color: #F78BED;
}
.TagClassName
{
border-color: #F78BED;
}
</style>