Shades of Pale Magenta #F778DD
Tints of Pale Magenta #F778DD
RGB
CMYK
RGB Variations
Color information
#F778DD (or 0xF778DD) is known color: Pale Magenta. HEX triplet: F7, 78 and DD. RGB value is (247,120,221). Sum of RGB (Red+Green+Blue) = 247+120+221=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F778DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778DD is #088722. Grayscale: #A9A9A9. Windows color (decimal): -558883 or 14514423. OLE color: 14514423.
HSL color Cylindrical-coordinate representation of color #F778DD: hue angle of 312.28º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778DD is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 221 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.03 |
| HSL | 312.28º | 0.89% | 0.72% | - |
| HSV(B) | 312.28º | 0.51% | 0.97% | - |
| XYZ | 58.13 | 38.43 | 72.76 | - |
| YUV | 169.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 221 | 0 | 0.51 | 0.11 | 0.03 | 312.28 | 0.89 | 0.72 |
| Hex | F7 | 78 | DD | 0 | 33 | B | 3 | 138 | 59 | 48 |
| Octal | 367 | 170 | 335 | 0 | 63 | 13 | 3 | 470 | 131 | 110 |
| Binary | 11110111 | 1111000 | 11011101 | 0 | 110011 | 1011 | 11 | 100111000 | 1011001 | 1001000 |
Color Harmonies of #F778DD
Complementary color
Monochromatic Colors of #F778DD
Black with #F778DD
Text Example
Text Example
White with #F778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778DD; }
p { color: rgb(247,120,221); }
H1.HeaderClassName
{
color: #F778DD;
}
.AnyTagClassName
{
color: #F778DD;
}
</style>
background-color css
<style>
a { background-color: #F778DD; }
a { background-color: rgb(247,120,221); }
div.DivClassName
{
background-color: #F778DD;
}
.BgClassName
{
background-color: #F778DD;
}
</style>
border-color css
<style>
span { border-color: #F778DD; }
span { border-color: rgb(247,120,221); }
td.TdClassName
{
border-color: #F778DD;
}
.TagClassName
{
border-color: #F778DD;
}
</style>