Shades of Pale Magenta #F78BDF
Tints of Pale Magenta #F78BDF
RGB
CMYK
RGB Variations
Color information
#F78BDF (or 0xF78BDF) is known color: Pale Magenta. HEX triplet: F7, 8B and DF. RGB value is (247,139,223). Sum of RGB (Red+Green+Blue) = 247+139+223=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BDF is #087420. Grayscale: #B4B4B4. Windows color (decimal): -554017 or 14650359. OLE color: 14650359.
HSL color Cylindrical-coordinate representation of color #F78BDF: hue angle of 313.33º 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 #F78BDF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 223 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.03 |
| HSL | 313.33º | 0.87% | 0.76% | - |
| HSV(B) | 313.33º | 0.44% | 0.97% | - |
| XYZ | 60.91 | 43.57 | 75.01 | - |
| YUV | 180.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 223 | 0 | 0.44 | 0.10 | 0.03 | 313.33 | 0.87 | 0.76 |
| Hex | F7 | 8B | DF | 0 | 2C | A | 3 | 139 | 57 | 4C |
| Octal | 367 | 213 | 337 | 0 | 54 | 12 | 3 | 471 | 127 | 114 |
| Binary | 11110111 | 10001011 | 11011111 | 0 | 101100 | 1010 | 11 | 100111001 | 1010111 | 1001100 |
Color Harmonies of #F78BDF
Complementary color
Monochromatic Colors of #F78BDF
Black with #F78BDF
Text Example
Text Example
White with #F78BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78BDF; }
p { color: rgb(247,139,223); }
H1.HeaderClassName
{
color: #F78BDF;
}
.AnyTagClassName
{
color: #F78BDF;
}
</style>
background-color css
<style>
a { background-color: #F78BDF; }
a { background-color: rgb(247,139,223); }
div.DivClassName
{
background-color: #F78BDF;
}
.BgClassName
{
background-color: #F78BDF;
}
</style>
border-color css
<style>
span { border-color: #F78BDF; }
span { border-color: rgb(247,139,223); }
td.TdClassName
{
border-color: #F78BDF;
}
.TagClassName
{
border-color: #F78BDF;
}
</style>