Shades of Pale Magenta #F777DA
Tints of Pale Magenta #F777DA
RGB
CMYK
RGB Variations
Color information
#F777DA (or 0xF777DA) is known color: Pale Magenta. HEX triplet: F7, 77 and DA. RGB value is (247,119,218). Sum of RGB (Red+Green+Blue) = 247+119+218=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 247 - color contains mainly: red. Hex color #F777DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F777DA is #088825. Grayscale: #A8A8A8. Windows color (decimal): -559142 or 14317559. OLE color: 14317559.
HSL color Cylindrical-coordinate representation of color #F777DA: hue angle of 313.59º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777DA is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 218 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.03 |
| HSL | 313.59º | 0.89% | 0.72% | - |
| HSV(B) | 313.59º | 0.52% | 0.97% | - |
| XYZ | 57.61 | 38.03 | 70.63 | - |
| YUV | 168.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 218 | 0 | 0.52 | 0.12 | 0.03 | 313.59 | 0.89 | 0.72 |
| Hex | F7 | 77 | DA | 0 | 34 | C | 3 | 13A | 59 | 48 |
| Octal | 367 | 167 | 332 | 0 | 64 | 14 | 3 | 472 | 131 | 110 |
| Binary | 11110111 | 1110111 | 11011010 | 0 | 110100 | 1100 | 11 | 100111010 | 1011001 | 1001000 |
Color Harmonies of #F777DA
Complementary color
Monochromatic Colors of #F777DA
Black with #F777DA
Text Example
Text Example
White with #F777DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777DA; }
p { color: rgb(247,119,218); }
H1.HeaderClassName
{
color: #F777DA;
}
.AnyTagClassName
{
color: #F777DA;
}
</style>
background-color css
<style>
a { background-color: #F777DA; }
a { background-color: rgb(247,119,218); }
div.DivClassName
{
background-color: #F777DA;
}
.BgClassName
{
background-color: #F777DA;
}
</style>
border-color css
<style>
span { border-color: #F777DA; }
span { border-color: rgb(247,119,218); }
td.TdClassName
{
border-color: #F777DA;
}
.TagClassName
{
border-color: #F777DA;
}
</style>