Shades of Pale Magenta #F772DA
Tints of Pale Magenta #F772DA
RGB
CMYK
RGB Variations
Color information
#F772DA (or 0xF772DA) is known color: Pale Magenta. HEX triplet: F7, 72 and DA. RGB value is (247,114,218). Sum of RGB (Red+Green+Blue) = 247+114+218=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F772DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772DA is #088D25. Grayscale: #A5A5A5. Windows color (decimal): -560422 or 14316279. OLE color: 14316279.
HSL color Cylindrical-coordinate representation of color #F772DA: hue angle of 313.08º 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 #F772DA is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 114 | 218 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 313.08º | 0.89% | 0.71% | - |
| HSV(B) | 313.08º | 0.54% | 0.97% | - |
| XYZ | 57.03 | 36.87 | 70.44 | - |
| YUV | 165.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 114 | 218 | 0 | 0.54 | 0.12 | 0.03 | 313.08 | 0.89 | 0.71 |
| Hex | F7 | 72 | DA | 0 | 36 | C | 3 | 139 | 59 | 47 |
| Octal | 367 | 162 | 332 | 0 | 66 | 14 | 3 | 471 | 131 | 107 |
| Binary | 11110111 | 1110010 | 11011010 | 0 | 110110 | 1100 | 11 | 100111001 | 1011001 | 1000111 |
Color Harmonies of #F772DA
Complementary color
Monochromatic Colors of #F772DA
Black with #F772DA
Text Example
Text Example
White with #F772DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F772DA; }
p { color: rgb(247,114,218); }
H1.HeaderClassName
{
color: #F772DA;
}
.AnyTagClassName
{
color: #F772DA;
}
</style>
background-color css
<style>
a { background-color: #F772DA; }
a { background-color: rgb(247,114,218); }
div.DivClassName
{
background-color: #F772DA;
}
.BgClassName
{
background-color: #F772DA;
}
</style>
border-color css
<style>
span { border-color: #F772DA; }
span { border-color: rgb(247,114,218); }
td.TdClassName
{
border-color: #F772DA;
}
.TagClassName
{
border-color: #F772DA;
}
</style>