Shades of Pale Magenta #F678DD
Tints of Pale Magenta #F678DD
RGB
CMYK
RGB Variations
Color information
#F678DD (or 0xF678DD) is known color: Pale Magenta. HEX triplet: F6, 78 and DD. RGB value is (246,120,221). Sum of RGB (Red+Green+Blue) = 246+120+221=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F678DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F678DD is #098722. Grayscale: #A8A8A8. Windows color (decimal): -624419 or 14514422. OLE color: 14514422.
HSL color Cylindrical-coordinate representation of color #F678DD: hue angle of 311.9º 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 #F678DD is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 120 | 221 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.04 |
| HSL | 311.9º | 0.88% | 0.72% | - |
| HSV(B) | 311.9º | 0.51% | 0.96% | - |
| XYZ | 57.77 | 38.25 | 72.74 | - |
| YUV | 169.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 120 | 221 | 0 | 0.51 | 0.10 | 0.04 | 311.9 | 0.88 | 0.72 |
| Hex | F6 | 78 | DD | 0 | 33 | A | 4 | 138 | 58 | 48 |
| Octal | 366 | 170 | 335 | 0 | 63 | 12 | 4 | 470 | 130 | 110 |
| Binary | 11110110 | 1111000 | 11011101 | 0 | 110011 | 1010 | 100 | 100111000 | 1011000 | 1001000 |
Color Harmonies of #F678DD
Complementary color
Monochromatic Colors of #F678DD
Black with #F678DD
Text Example
Text Example
White with #F678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F678DD; }
p { color: rgb(246,120,221); }
H1.HeaderClassName
{
color: #F678DD;
}
.AnyTagClassName
{
color: #F678DD;
}
</style>
background-color css
<style>
a { background-color: #F678DD; }
a { background-color: rgb(246,120,221); }
div.DivClassName
{
background-color: #F678DD;
}
.BgClassName
{
background-color: #F678DD;
}
</style>
border-color css
<style>
span { border-color: #F678DD; }
span { border-color: rgb(246,120,221); }
td.TdClassName
{
border-color: #F678DD;
}
.TagClassName
{
border-color: #F678DD;
}
</style>