Shades of Pale Magenta #F772DB
Tints of Pale Magenta #F772DB
RGB
CMYK
RGB Variations
Color information
#F772DB (or 0xF772DB) is known color: Pale Magenta. HEX triplet: F7, 72 and DB. RGB value is (247,114,219). Sum of RGB (Red+Green+Blue) = 247+114+219=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F772DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772DB is #088D24. Grayscale: #A5A5A5. Windows color (decimal): -560421 or 14381815. OLE color: 14381815.
HSL color Cylindrical-coordinate representation of color #F772DB: hue angle of 312.63º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772DB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 219 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.03 |
| HSL | 312.63º | 0.89% | 0.71% | - |
| HSV(B) | 312.63º | 0.54% | 0.97% | - |
| XYZ | 57.16 | 36.92 | 71.13 | - |
| YUV | 165.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 219 | 0 | 0.54 | 0.11 | 0.03 | 312.63 | 0.89 | 0.71 |
| Hex | F7 | 72 | DB | 0 | 36 | B | 3 | 139 | 59 | 47 |
| Octal | 367 | 162 | 333 | 0 | 66 | 13 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11011011 | 0 | 110110 | 1011 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F772DB
Complementary color
Monochromatic Colors of #F772DB
Black with #F772DB
Text Example
Text Example
White with #F772DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772DB; }
p { color: rgb(247,114,219); }
H1.HeaderClassName
{
color: #F772DB;
}
.AnyTagClassName
{
color: #F772DB;
}
</style>
background-color css
<style>
a { background-color: #F772DB; }
a { background-color: rgb(247,114,219); }
div.DivClassName
{
background-color: #F772DB;
}
.BgClassName
{
background-color: #F772DB;
}
</style>
border-color css
<style>
span { border-color: #F772DB; }
span { border-color: rgb(247,114,219); }
td.TdClassName
{
border-color: #F772DB;
}
.TagClassName
{
border-color: #F772DB;
}
</style>