Shades of Pale Magenta #F678DC
Tints of Pale Magenta #F678DC
RGB
CMYK
RGB Variations
Color information
#F678DC (or 0xF678DC) is known color: Pale Magenta. HEX triplet: F6, 78 and DC. RGB value is (246,120,220). Sum of RGB (Red+Green+Blue) = 246+120+220=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F678DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F678DC is #098723. Grayscale: #A8A8A8. Windows color (decimal): -624420 or 14448886. OLE color: 14448886.
HSL color Cylindrical-coordinate representation of color #F678DC: hue angle of 312.38º degrees, saturation: 0.88, 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 #F678DC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 220 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.04 |
| HSL | 312.38º | 0.88% | 0.72% | - |
| HSV(B) | 312.38º | 0.51% | 0.96% | - |
| XYZ | 57.64 | 38.19 | 72.04 | - |
| YUV | 169.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 220 | 0 | 0.51 | 0.11 | 0.04 | 312.38 | 0.88 | 0.72 |
| Hex | F6 | 78 | DC | 0 | 33 | B | 4 | 138 | 58 | 48 |
| Octal | 366 | 170 | 334 | 0 | 63 | 13 | 4 | 470 | 130 | 110 |
| Binary | 11110110 | 1111000 | 11011100 | 0 | 110011 | 1011 | 100 | 100111000 | 1011000 | 1001000 |
Color Harmonies of #F678DC
Complementary color
Monochromatic Colors of #F678DC
Black with #F678DC
Text Example
Text Example
White with #F678DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F678DC; }
p { color: rgb(246,120,220); }
H1.HeaderClassName
{
color: #F678DC;
}
.AnyTagClassName
{
color: #F678DC;
}
</style>
background-color css
<style>
a { background-color: #F678DC; }
a { background-color: rgb(246,120,220); }
div.DivClassName
{
background-color: #F678DC;
}
.BgClassName
{
background-color: #F678DC;
}
</style>
border-color css
<style>
span { border-color: #F678DC; }
span { border-color: rgb(246,120,220); }
td.TdClassName
{
border-color: #F678DC;
}
.TagClassName
{
border-color: #F678DC;
}
</style>