Shades of Pale Magenta #F685DF
Tints of Pale Magenta #F685DF
RGB
CMYK
RGB Variations
Color information
#F685DF (or 0xF685DF) is known color: Pale Magenta. HEX triplet: F6, 85 and DF. RGB value is (246,133,223). Sum of RGB (Red+Green+Blue) = 246+133+223=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F685DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685DF is #097A20. Grayscale: #B0B0B0. Windows color (decimal): -621089 or 14648822. OLE color: 14648822.
HSL color Cylindrical-coordinate representation of color #F685DF: hue angle of 312.21º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685DF is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 223 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.04 |
| HSL | 312.21º | 0.86% | 0.74% | - |
| HSV(B) | 312.21º | 0.46% | 0.96% | - |
| XYZ | 59.71 | 41.7 | 74.71 | - |
| YUV | 177.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 223 | 0 | 0.46 | 0.09 | 0.04 | 312.21 | 0.86 | 0.74 |
| Hex | F6 | 85 | DF | 0 | 2E | 9 | 4 | 138 | 56 | 4A |
| Octal | 366 | 205 | 337 | 0 | 56 | 11 | 4 | 470 | 126 | 112 |
| Binary | 11110110 | 10000101 | 11011111 | 0 | 101110 | 1001 | 100 | 100111000 | 1010110 | 1001010 |
Color Harmonies of #F685DF
Complementary color
Monochromatic Colors of #F685DF
Black with #F685DF
Text Example
Text Example
White with #F685DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685DF; }
p { color: rgb(246,133,223); }
H1.HeaderClassName
{
color: #F685DF;
}
.AnyTagClassName
{
color: #F685DF;
}
</style>
background-color css
<style>
a { background-color: #F685DF; }
a { background-color: rgb(246,133,223); }
div.DivClassName
{
background-color: #F685DF;
}
.BgClassName
{
background-color: #F685DF;
}
</style>
border-color css
<style>
span { border-color: #F685DF; }
span { border-color: rgb(246,133,223); }
td.TdClassName
{
border-color: #F685DF;
}
.TagClassName
{
border-color: #F685DF;
}
</style>