Shades of Pale Magenta #F679DB
Tints of Pale Magenta #F679DB
RGB
CMYK
RGB Variations
Color information
#F679DB (or 0xF679DB) is known color: Pale Magenta. HEX triplet: F6, 79 and DB. RGB value is (246,121,219). Sum of RGB (Red+Green+Blue) = 246+121+219=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F679DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679DB is #098624. Grayscale: #A9A9A9. Windows color (decimal): -624165 or 14383606. OLE color: 14383606.
HSL color Cylindrical-coordinate representation of color #F679DB: hue angle of 312.96º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F679DB is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 219 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.96º | 0.87% | 0.72% | - |
| HSV(B) | 312.96º | 0.51% | 0.96% | - |
| XYZ | 57.63 | 38.38 | 71.39 | - |
| YUV | 169.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 219 | 0 | 0.51 | 0.11 | 0.04 | 312.96 | 0.87 | 0.72 |
| Hex | F6 | 79 | DB | 0 | 33 | B | 4 | 139 | 57 | 48 |
| Octal | 366 | 171 | 333 | 0 | 63 | 13 | 4 | 471 | 127 | 110 |
| Binary | 11110110 | 1111001 | 11011011 | 0 | 110011 | 1011 | 100 | 100111001 | 1010111 | 1001000 |
Color Harmonies of #F679DB
Complementary color
Monochromatic Colors of #F679DB
Black with #F679DB
Text Example
Text Example
White with #F679DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679DB; }
p { color: rgb(246,121,219); }
H1.HeaderClassName
{
color: #F679DB;
}
.AnyTagClassName
{
color: #F679DB;
}
</style>
background-color css
<style>
a { background-color: #F679DB; }
a { background-color: rgb(246,121,219); }
div.DivClassName
{
background-color: #F679DB;
}
.BgClassName
{
background-color: #F679DB;
}
</style>
border-color css
<style>
span { border-color: #F679DB; }
span { border-color: rgb(246,121,219); }
td.TdClassName
{
border-color: #F679DB;
}
.TagClassName
{
border-color: #F679DB;
}
</style>