Shades of Pale Magenta #F770DB
Tints of Pale Magenta #F770DB
RGB
CMYK
RGB Variations
Color information
#F770DB (or 0xF770DB) is known color: Pale Magenta. HEX triplet: F7, 70 and DB. RGB value is (247,112,219). Sum of RGB (Red+Green+Blue) = 247+112+219=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F770DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770DB is #088F24. Grayscale: #A4A4A4. Windows color (decimal): -560933 or 14381303. OLE color: 14381303.
HSL color Cylindrical-coordinate representation of color #F770DB: hue angle of 312.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770DB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 219 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 312.44º | 0.89% | 0.7% | - |
| HSV(B) | 312.44º | 0.55% | 0.97% | - |
| XYZ | 56.94 | 36.48 | 71.06 | - |
| YUV | 164.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 219 | 0 | 0.55 | 0.11 | 0.03 | 312.44 | 0.89 | 0.7 |
| Hex | F7 | 70 | DB | 0 | 37 | B | 3 | 138 | 59 | 46 |
| Octal | 367 | 160 | 333 | 0 | 67 | 13 | 3 | 470 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11011011 | 0 | 110111 | 1011 | 11 | 100111000 | 1011001 | 1000110 |
Color Harmonies of #F770DB
Complementary color
Monochromatic Colors of #F770DB
Black with #F770DB
Text Example
Text Example
White with #F770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770DB; }
p { color: rgb(247,112,219); }
H1.HeaderClassName
{
color: #F770DB;
}
.AnyTagClassName
{
color: #F770DB;
}
</style>
background-color css
<style>
a { background-color: #F770DB; }
a { background-color: rgb(247,112,219); }
div.DivClassName
{
background-color: #F770DB;
}
.BgClassName
{
background-color: #F770DB;
}
</style>
border-color css
<style>
span { border-color: #F770DB; }
span { border-color: rgb(247,112,219); }
td.TdClassName
{
border-color: #F770DB;
}
.TagClassName
{
border-color: #F770DB;
}
</style>