Shades of Pale Magenta #F690DC
Tints of Pale Magenta #F690DC
RGB
CMYK
RGB Variations
Color information
#F690DC (or 0xF690DC) is known color: Pale Magenta. HEX triplet: F6, 90 and DC. RGB value is (246,144,220). Sum of RGB (Red+Green+Blue) = 246+144+220=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F690DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690DC is #096F23. Grayscale: #B6B6B6. Windows color (decimal): -618276 or 14455030. OLE color: 14455030.
HSL color Cylindrical-coordinate representation of color #F690DC: hue angle of 315.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 220 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 315.29º | 0.85% | 0.76% | - |
| HSV(B) | 315.29º | 0.41% | 0.96% | - |
| XYZ | 60.9 | 44.71 | 73.13 | - |
| YUV | 183.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 220 | 0 | 0.41 | 0.11 | 0.04 | 315.29 | 0.85 | 0.76 |
| Hex | F6 | 90 | DC | 0 | 29 | B | 4 | 13B | 55 | 4C |
| Octal | 366 | 220 | 334 | 0 | 51 | 13 | 4 | 473 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11011100 | 0 | 101001 | 1011 | 100 | 100111011 | 1010101 | 1001100 |
Color Harmonies of #F690DC
Complementary color
Monochromatic Colors of #F690DC
Black with #F690DC
Text Example
Text Example
White with #F690DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690DC; }
p { color: rgb(246,144,220); }
H1.HeaderClassName
{
color: #F690DC;
}
.AnyTagClassName
{
color: #F690DC;
}
</style>
background-color css
<style>
a { background-color: #F690DC; }
a { background-color: rgb(246,144,220); }
div.DivClassName
{
background-color: #F690DC;
}
.BgClassName
{
background-color: #F690DC;
}
</style>
border-color css
<style>
span { border-color: #F690DC; }
span { border-color: rgb(246,144,220); }
td.TdClassName
{
border-color: #F690DC;
}
.TagClassName
{
border-color: #F690DC;
}
</style>