Shades of Pale Magenta #F679DA
Tints of Pale Magenta #F679DA
RGB
CMYK
RGB Variations
Color information
#F679DA (or 0xF679DA) is known color: Pale Magenta. HEX triplet: F6, 79 and DA. RGB value is (246,121,218). Sum of RGB (Red+Green+Blue) = 246+121+218=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F679DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F679DA is #098625. Grayscale: #A9A9A9. Windows color (decimal): -624166 or 14318070. OLE color: 14318070.
HSL color Cylindrical-coordinate representation of color #F679DA: hue angle of 313.44º 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 #F679DA is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 121 | 218 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 313.44º | 0.87% | 0.72% | - |
| HSV(B) | 313.44º | 0.51% | 0.96% | - |
| XYZ | 57.5 | 38.33 | 70.7 | - |
| YUV | 169.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 121 | 218 | 0 | 0.51 | 0.11 | 0.04 | 313.44 | 0.87 | 0.72 |
| Hex | F6 | 79 | DA | 0 | 33 | B | 4 | 139 | 57 | 48 |
| Octal | 366 | 171 | 332 | 0 | 63 | 13 | 4 | 471 | 127 | 110 |
| Binary | 11110110 | 1111001 | 11011010 | 0 | 110011 | 1011 | 100 | 100111001 | 1010111 | 1001000 |
Color Harmonies of #F679DA
Complementary color
Monochromatic Colors of #F679DA
Black with #F679DA
Text Example
Text Example
White with #F679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F679DA; }
p { color: rgb(246,121,218); }
H1.HeaderClassName
{
color: #F679DA;
}
.AnyTagClassName
{
color: #F679DA;
}
</style>
background-color css
<style>
a { background-color: #F679DA; }
a { background-color: rgb(246,121,218); }
div.DivClassName
{
background-color: #F679DA;
}
.BgClassName
{
background-color: #F679DA;
}
</style>
border-color css
<style>
span { border-color: #F679DA; }
span { border-color: rgb(246,121,218); }
td.TdClassName
{
border-color: #F679DA;
}
.TagClassName
{
border-color: #F679DA;
}
</style>