Shades of Pale Magenta #F677DB
Tints of Pale Magenta #F677DB
RGB
CMYK
RGB Variations
Color information
#F677DB (or 0xF677DB) is known color: Pale Magenta. HEX triplet: F6, 77 and DB. RGB value is (246,119,219). Sum of RGB (Red+Green+Blue) = 246+119+219=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F677DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677DB is #098824. Grayscale: #A8A8A8. Windows color (decimal): -624677 or 14383094. OLE color: 14383094.
HSL color Cylindrical-coordinate representation of color #F677DB: hue angle of 312.76º 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 #F677DB is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 219 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.04 |
| HSL | 312.76º | 0.88% | 0.72% | - |
| HSV(B) | 312.76º | 0.52% | 0.96% | - |
| XYZ | 57.39 | 37.9 | 71.31 | - |
| YUV | 168.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 219 | 0 | 0.52 | 0.11 | 0.04 | 312.76 | 0.88 | 0.72 |
| Hex | F6 | 77 | DB | 0 | 34 | B | 4 | 139 | 58 | 48 |
| Octal | 366 | 167 | 333 | 0 | 64 | 13 | 4 | 471 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11011011 | 0 | 110100 | 1011 | 100 | 100111001 | 1011000 | 1001000 |
Color Harmonies of #F677DB
Complementary color
Monochromatic Colors of #F677DB
Black with #F677DB
Text Example
Text Example
White with #F677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677DB; }
p { color: rgb(246,119,219); }
H1.HeaderClassName
{
color: #F677DB;
}
.AnyTagClassName
{
color: #F677DB;
}
</style>
background-color css
<style>
a { background-color: #F677DB; }
a { background-color: rgb(246,119,219); }
div.DivClassName
{
background-color: #F677DB;
}
.BgClassName
{
background-color: #F677DB;
}
</style>
border-color css
<style>
span { border-color: #F677DB; }
span { border-color: rgb(246,119,219); }
td.TdClassName
{
border-color: #F677DB;
}
.TagClassName
{
border-color: #F677DB;
}
</style>