Shades of Pale Magenta #F690DD
Tints of Pale Magenta #F690DD
RGB
CMYK
RGB Variations
Color information
#F690DD (or 0xF690DD) is known color: Pale Magenta. HEX triplet: F6, 90 and DD. RGB value is (246,144,221). Sum of RGB (Red+Green+Blue) = 246+144+221=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F690DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690DD is #096F22. Grayscale: #B7B7B7. Windows color (decimal): -618275 or 14520566. OLE color: 14520566.
HSL color Cylindrical-coordinate representation of color #F690DD: hue angle of 314.71º 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 #F690DD is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 221 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.04 |
| HSL | 314.71º | 0.85% | 0.76% | - |
| HSV(B) | 314.71º | 0.41% | 0.96% | - |
| XYZ | 61.03 | 44.76 | 73.83 | - |
| YUV | 183.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 221 | 0 | 0.41 | 0.10 | 0.04 | 314.71 | 0.85 | 0.76 |
| Hex | F6 | 90 | DD | 0 | 29 | A | 4 | 13B | 55 | 4C |
| Octal | 366 | 220 | 335 | 0 | 51 | 12 | 4 | 473 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11011101 | 0 | 101001 | 1010 | 100 | 100111011 | 1010101 | 1001100 |
Color Harmonies of #F690DD
Complementary color
Monochromatic Colors of #F690DD
Black with #F690DD
Text Example
Text Example
White with #F690DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690DD; }
p { color: rgb(246,144,221); }
H1.HeaderClassName
{
color: #F690DD;
}
.AnyTagClassName
{
color: #F690DD;
}
</style>
background-color css
<style>
a { background-color: #F690DD; }
a { background-color: rgb(246,144,221); }
div.DivClassName
{
background-color: #F690DD;
}
.BgClassName
{
background-color: #F690DD;
}
</style>
border-color css
<style>
span { border-color: #F690DD; }
span { border-color: rgb(246,144,221); }
td.TdClassName
{
border-color: #F690DD;
}
.TagClassName
{
border-color: #F690DD;
}
</style>