Shades of Pale Magenta #F77CDA
Tints of Pale Magenta #F77CDA
RGB
CMYK
RGB Variations
Color information
#F77CDA (or 0xF77CDA) is known color: Pale Magenta. HEX triplet: F7, 7C and DA. RGB value is (247,124,218). Sum of RGB (Red+Green+Blue) = 247+124+218=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CDA is #088325. Grayscale: #ABABAB. Windows color (decimal): -557862 or 14318839. OLE color: 14318839.
HSL color Cylindrical-coordinate representation of color #F77CDA: hue angle of 314.15º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CDA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 218 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.03 |
| HSL | 314.15º | 0.88% | 0.73% | - |
| HSV(B) | 314.15º | 0.5% | 0.97% | - |
| XYZ | 58.22 | 39.25 | 70.84 | - |
| YUV | 171.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 218 | 0 | 0.50 | 0.12 | 0.03 | 314.15 | 0.88 | 0.73 |
| Hex | F7 | 7C | DA | 0 | 32 | C | 3 | 13A | 58 | 49 |
| Octal | 367 | 174 | 332 | 0 | 62 | 14 | 3 | 472 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11011010 | 0 | 110010 | 1100 | 11 | 100111010 | 1011000 | 1001001 |
Color Harmonies of #F77CDA
Complementary color
Monochromatic Colors of #F77CDA
Black with #F77CDA
Text Example
Text Example
White with #F77CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CDA; }
p { color: rgb(247,124,218); }
H1.HeaderClassName
{
color: #F77CDA;
}
.AnyTagClassName
{
color: #F77CDA;
}
</style>
background-color css
<style>
a { background-color: #F77CDA; }
a { background-color: rgb(247,124,218); }
div.DivClassName
{
background-color: #F77CDA;
}
.BgClassName
{
background-color: #F77CDA;
}
</style>
border-color css
<style>
span { border-color: #F77CDA; }
span { border-color: rgb(247,124,218); }
td.TdClassName
{
border-color: #F77CDA;
}
.TagClassName
{
border-color: #F77CDA;
}
</style>