Shades of Pale Magenta #F775D8
Tints of Pale Magenta #F775D8
RGB
CMYK
RGB Variations
Color information
#F775D8 (or 0xF775D8) is known color: Pale Magenta. HEX triplet: F7, 75 and D8. RGB value is (247,117,216). Sum of RGB (Red+Green+Blue) = 247+117+216=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F775D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775D8 is #088A27. Grayscale: #A6A6A6. Windows color (decimal): -559656 or 14185975. OLE color: 14185975.
HSL color Cylindrical-coordinate representation of color #F775D8: hue angle of 314.31º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775D8 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 216 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.03 |
| HSL | 314.31º | 0.89% | 0.71% | - |
| HSV(B) | 314.31º | 0.53% | 0.97% | - |
| XYZ | 57.11 | 37.45 | 69.18 | - |
| YUV | 167.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 216 | 0 | 0.53 | 0.13 | 0.03 | 314.31 | 0.89 | 0.71 |
| Hex | F7 | 75 | D8 | 0 | 35 | D | 3 | 13A | 59 | 47 |
| Octal | 367 | 165 | 330 | 0 | 65 | 15 | 3 | 472 | 131 | 107 |
| Binary | 11110111 | 1110101 | 11011000 | 0 | 110101 | 1101 | 11 | 100111010 | 1011001 | 1000111 |
Color Harmonies of #F775D8
Complementary color
Monochromatic Colors of #F775D8
Black with #F775D8
Text Example
Text Example
White with #F775D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F775D8; }
p { color: rgb(247,117,216); }
H1.HeaderClassName
{
color: #F775D8;
}
.AnyTagClassName
{
color: #F775D8;
}
</style>
background-color css
<style>
a { background-color: #F775D8; }
a { background-color: rgb(247,117,216); }
div.DivClassName
{
background-color: #F775D8;
}
.BgClassName
{
background-color: #F775D8;
}
</style>
border-color css
<style>
span { border-color: #F775D8; }
span { border-color: rgb(247,117,216); }
td.TdClassName
{
border-color: #F775D8;
}
.TagClassName
{
border-color: #F775D8;
}
</style>