Shades of Pale Magenta #F780DB
Tints of Pale Magenta #F780DB
RGB
CMYK
RGB Variations
Color information
#F780DB (or 0xF780DB) is known color: Pale Magenta. HEX triplet: F7, 80 and DB. RGB value is (247,128,219). Sum of RGB (Red+Green+Blue) = 247+128+219=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F780DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780DB is #087F24. Grayscale: #ADADAD. Windows color (decimal): -556837 or 14385399. OLE color: 14385399.
HSL color Cylindrical-coordinate representation of color #F780DB: hue angle of 314.12º 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 #F780DB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 128 | 219 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.03 |
| HSL | 314.12º | 0.88% | 0.74% | - |
| HSV(B) | 314.12º | 0.48% | 0.97% | - |
| XYZ | 58.86 | 40.33 | 71.7 | - |
| YUV | 173.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 128 | 219 | 0 | 0.48 | 0.11 | 0.03 | 314.12 | 0.88 | 0.74 |
| Hex | F7 | 80 | DB | 0 | 30 | B | 3 | 13A | 58 | 4A |
| Octal | 367 | 200 | 333 | 0 | 60 | 13 | 3 | 472 | 130 | 112 |
| Binary | 11110111 | 10000000 | 11011011 | 0 | 110000 | 1011 | 11 | 100111010 | 1011000 | 1001010 |
Color Harmonies of #F780DB
Complementary color
Monochromatic Colors of #F780DB
Black with #F780DB
Text Example
Text Example
White with #F780DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F780DB; }
p { color: rgb(247,128,219); }
H1.HeaderClassName
{
color: #F780DB;
}
.AnyTagClassName
{
color: #F780DB;
}
</style>
background-color css
<style>
a { background-color: #F780DB; }
a { background-color: rgb(247,128,219); }
div.DivClassName
{
background-color: #F780DB;
}
.BgClassName
{
background-color: #F780DB;
}
</style>
border-color css
<style>
span { border-color: #F780DB; }
span { border-color: rgb(247,128,219); }
td.TdClassName
{
border-color: #F780DB;
}
.TagClassName
{
border-color: #F780DB;
}
</style>