Shades of Pale Magenta #F677D6
Tints of Pale Magenta #F677D6
RGB
CMYK
RGB Variations
Color information
#F677D6 (or 0xF677D6) is known color: Pale Magenta. HEX triplet: F6, 77 and D6. RGB value is (246,119,214). Sum of RGB (Red+Green+Blue) = 246+119+214=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F677D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677D6 is #098829. Grayscale: #A7A7A7. Windows color (decimal): -624682 or 14055414. OLE color: 14055414.
HSL color Cylindrical-coordinate representation of color #F677D6: hue angle of 315.12º 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 #F677D6 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 214 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.04 |
| HSL | 315.12º | 0.88% | 0.72% | - |
| HSV(B) | 315.12º | 0.52% | 0.96% | - |
| XYZ | 56.74 | 37.64 | 67.89 | - |
| YUV | 167.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 214 | 0 | 0.52 | 0.13 | 0.04 | 315.12 | 0.88 | 0.72 |
| Hex | F6 | 77 | D6 | 0 | 34 | D | 4 | 13B | 58 | 48 |
| Octal | 366 | 167 | 326 | 0 | 64 | 15 | 4 | 473 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11010110 | 0 | 110100 | 1101 | 100 | 100111011 | 1011000 | 1001000 |
Color Harmonies of #F677D6
Complementary color
Monochromatic Colors of #F677D6
Black with #F677D6
Text Example
Text Example
White with #F677D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677D6; }
p { color: rgb(246,119,214); }
H1.HeaderClassName
{
color: #F677D6;
}
.AnyTagClassName
{
color: #F677D6;
}
</style>
background-color css
<style>
a { background-color: #F677D6; }
a { background-color: rgb(246,119,214); }
div.DivClassName
{
background-color: #F677D6;
}
.BgClassName
{
background-color: #F677D6;
}
</style>
border-color css
<style>
span { border-color: #F677D6; }
span { border-color: rgb(246,119,214); }
td.TdClassName
{
border-color: #F677D6;
}
.TagClassName
{
border-color: #F677D6;
}
</style>