Shades of Pale Magenta #F78FDF
Tints of Pale Magenta #F78FDF
RGB
CMYK
RGB Variations
Color information
#F78FDF (or 0xF78FDF) is known color: Pale Magenta. HEX triplet: F7, 8F and DF. RGB value is (247,143,223). Sum of RGB (Red+Green+Blue) = 247+143+223=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F78FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78FDF is #087020. Grayscale: #B6B6B6. Windows color (decimal): -552993 or 14651383. OLE color: 14651383.
HSL color Cylindrical-coordinate representation of color #F78FDF: hue angle of 313.85º 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 #F78FDF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 223 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.03 |
| HSL | 313.85º | 0.87% | 0.76% | - |
| HSV(B) | 313.85º | 0.42% | 0.97% | - |
| XYZ | 61.5 | 44.75 | 75.21 | - |
| YUV | 183.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 223 | 0 | 0.42 | 0.10 | 0.03 | 313.85 | 0.87 | 0.76 |
| Hex | F7 | 8F | DF | 0 | 2A | A | 3 | 13A | 57 | 4C |
| Octal | 367 | 217 | 337 | 0 | 52 | 12 | 3 | 472 | 127 | 114 |
| Binary | 11110111 | 10001111 | 11011111 | 0 | 101010 | 1010 | 11 | 100111010 | 1010111 | 1001100 |
Color Harmonies of #F78FDF
Complementary color
Monochromatic Colors of #F78FDF
Black with #F78FDF
Text Example
Text Example
White with #F78FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78FDF; }
p { color: rgb(247,143,223); }
H1.HeaderClassName
{
color: #F78FDF;
}
.AnyTagClassName
{
color: #F78FDF;
}
</style>
background-color css
<style>
a { background-color: #F78FDF; }
a { background-color: rgb(247,143,223); }
div.DivClassName
{
background-color: #F78FDF;
}
.BgClassName
{
background-color: #F78FDF;
}
</style>
border-color css
<style>
span { border-color: #F78FDF; }
span { border-color: rgb(247,143,223); }
td.TdClassName
{
border-color: #F78FDF;
}
.TagClassName
{
border-color: #F78FDF;
}
</style>