Shades of Pale Magenta #F677DC
Tints of Pale Magenta #F677DC
RGB
CMYK
RGB Variations
Color information
#F677DC (or 0xF677DC) is known color: Pale Magenta. HEX triplet: F6, 77 and DC. RGB value is (246,119,220). Sum of RGB (Red+Green+Blue) = 246+119+220=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F677DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677DC is #098823. Grayscale: #A8A8A8. Windows color (decimal): -624676 or 14448630. OLE color: 14448630.
HSL color Cylindrical-coordinate representation of color #F677DC: hue angle of 312.28º 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 #F677DC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 220 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.04 |
| HSL | 312.28º | 0.88% | 0.72% | - |
| HSV(B) | 312.28º | 0.52% | 0.96% | - |
| XYZ | 57.52 | 37.95 | 72 | - |
| YUV | 168.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 220 | 0 | 0.52 | 0.11 | 0.04 | 312.28 | 0.88 | 0.72 |
| Hex | F6 | 77 | DC | 0 | 34 | B | 4 | 138 | 58 | 48 |
| Octal | 366 | 167 | 334 | 0 | 64 | 13 | 4 | 470 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11011100 | 0 | 110100 | 1011 | 100 | 100111000 | 1011000 | 1001000 |
Color Harmonies of #F677DC
Complementary color
Monochromatic Colors of #F677DC
Black with #F677DC
Text Example
Text Example
White with #F677DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677DC; }
p { color: rgb(246,119,220); }
H1.HeaderClassName
{
color: #F677DC;
}
.AnyTagClassName
{
color: #F677DC;
}
</style>
background-color css
<style>
a { background-color: #F677DC; }
a { background-color: rgb(246,119,220); }
div.DivClassName
{
background-color: #F677DC;
}
.BgClassName
{
background-color: #F677DC;
}
</style>
border-color css
<style>
span { border-color: #F677DC; }
span { border-color: rgb(246,119,220); }
td.TdClassName
{
border-color: #F677DC;
}
.TagClassName
{
border-color: #F677DC;
}
</style>