Shades of Pale Magenta #F690DB
Tints of Pale Magenta #F690DB
RGB
CMYK
RGB Variations
Color information
#F690DB (or 0xF690DB) is known color: Pale Magenta. HEX triplet: F6, 90 and DB. RGB value is (246,144,219). Sum of RGB (Red+Green+Blue) = 246+144+219=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F690DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F690DB is #096F24. Grayscale: #B6B6B6. Windows color (decimal): -618277 or 14389494. OLE color: 14389494.
HSL color Cylindrical-coordinate representation of color #F690DB: hue angle of 315.88º 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 #F690DB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 219 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 315.88º | 0.85% | 0.76% | - |
| HSV(B) | 315.88º | 0.41% | 0.96% | - |
| XYZ | 60.77 | 44.65 | 72.43 | - |
| YUV | 183.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 219 | 0 | 0.41 | 0.11 | 0.04 | 315.88 | 0.85 | 0.76 |
| Hex | F6 | 90 | DB | 0 | 29 | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 220 | 333 | 0 | 51 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10010000 | 11011011 | 0 | 101001 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F690DB
Complementary color
Monochromatic Colors of #F690DB
Black with #F690DB
Text Example
Text Example
White with #F690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690DB; }
p { color: rgb(246,144,219); }
H1.HeaderClassName
{
color: #F690DB;
}
.AnyTagClassName
{
color: #F690DB;
}
</style>
background-color css
<style>
a { background-color: #F690DB; }
a { background-color: rgb(246,144,219); }
div.DivClassName
{
background-color: #F690DB;
}
.BgClassName
{
background-color: #F690DB;
}
</style>
border-color css
<style>
span { border-color: #F690DB; }
span { border-color: rgb(246,144,219); }
td.TdClassName
{
border-color: #F690DB;
}
.TagClassName
{
border-color: #F690DB;
}
</style>