Shades of Pale Magenta #F677D9
Tints of Pale Magenta #F677D9
RGB
CMYK
RGB Variations
Color information
#F677D9 (or 0xF677D9) is known color: Pale Magenta. HEX triplet: F6, 77 and D9. RGB value is (246,119,217). Sum of RGB (Red+Green+Blue) = 246+119+217=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F677D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677D9 is #098826. Grayscale: #A7A7A7. Windows color (decimal): -624679 or 14252022. OLE color: 14252022.
HSL color Cylindrical-coordinate representation of color #F677D9: hue angle of 313.7º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F677D9 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 217 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.04 |
| HSL | 313.7º | 0.88% | 0.72% | - |
| HSV(B) | 313.7º | 0.52% | 0.96% | - |
| XYZ | 57.13 | 37.8 | 69.93 | - |
| YUV | 168.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 217 | 0 | 0.52 | 0.12 | 0.04 | 313.7 | 0.88 | 0.72 |
| Hex | F6 | 77 | D9 | 0 | 34 | C | 4 | 13A | 58 | 48 |
| Octal | 366 | 167 | 331 | 0 | 64 | 14 | 4 | 472 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11011001 | 0 | 110100 | 1100 | 100 | 100111010 | 1011000 | 1001000 |
Color Harmonies of #F677D9
Complementary color
Monochromatic Colors of #F677D9
Black with #F677D9
Text Example
Text Example
White with #F677D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677D9; }
p { color: rgb(246,119,217); }
H1.HeaderClassName
{
color: #F677D9;
}
.AnyTagClassName
{
color: #F677D9;
}
</style>
background-color css
<style>
a { background-color: #F677D9; }
a { background-color: rgb(246,119,217); }
div.DivClassName
{
background-color: #F677D9;
}
.BgClassName
{
background-color: #F677D9;
}
</style>
border-color css
<style>
span { border-color: #F677D9; }
span { border-color: rgb(246,119,217); }
td.TdClassName
{
border-color: #F677D9;
}
.TagClassName
{
border-color: #F677D9;
}
</style>