Shades of Pale Magenta #F780DF
Tints of Pale Magenta #F780DF
RGB
CMYK
RGB Variations
Color information
#F780DF (or 0xF780DF) is known color: Pale Magenta. HEX triplet: F7, 80 and DF. RGB value is (247,128,223). Sum of RGB (Red+Green+Blue) = 247+128+223=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F780DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780DF is #087F20. Grayscale: #AEAEAE. Windows color (decimal): -556833 or 14647543. OLE color: 14647543.
HSL color Cylindrical-coordinate representation of color #F780DF: hue angle of 312.1º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780DF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 223 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.03 |
| HSL | 312.1º | 0.88% | 0.74% | - |
| HSV(B) | 312.1º | 0.48% | 0.97% | - |
| XYZ | 59.4 | 40.54 | 74.51 | - |
| YUV | 174.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 223 | 0 | 0.48 | 0.10 | 0.03 | 312.1 | 0.88 | 0.74 |
| Hex | F7 | 80 | DF | 0 | 30 | A | 3 | 138 | 58 | 4A |
| Octal | 367 | 200 | 337 | 0 | 60 | 12 | 3 | 470 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11011111 | 0 | 110000 | 1010 | 11 | 100111000 | 1011000 | 1001010 |
Color Harmonies of #F780DF
Complementary color
Monochromatic Colors of #F780DF
Black with #F780DF
Text Example
Text Example
White with #F780DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780DF; }
p { color: rgb(247,128,223); }
H1.HeaderClassName
{
color: #F780DF;
}
.AnyTagClassName
{
color: #F780DF;
}
</style>
background-color css
<style>
a { background-color: #F780DF; }
a { background-color: rgb(247,128,223); }
div.DivClassName
{
background-color: #F780DF;
}
.BgClassName
{
background-color: #F780DF;
}
</style>
border-color css
<style>
span { border-color: #F780DF; }
span { border-color: rgb(247,128,223); }
td.TdClassName
{
border-color: #F780DF;
}
.TagClassName
{
border-color: #F780DF;
}
</style>