Shades of Pale Magenta #F68DDA
Tints of Pale Magenta #F68DDA
RGB
CMYK
RGB Variations
Color information
#F68DDA (or 0xF68DDA) is known color: Pale Magenta. HEX triplet: F6, 8D and DA. RGB value is (246,141,218). Sum of RGB (Red+Green+Blue) = 246+141+218=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DDA is #097225. Grayscale: #B4B4B4. Windows color (decimal): -619046 or 14323190. OLE color: 14323190.
HSL color Cylindrical-coordinate representation of color #F68DDA: hue angle of 316º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DDA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 218 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 316º | 0.85% | 0.76% | - |
| HSV(B) | 316º | 0.43% | 0.96% | - |
| XYZ | 60.19 | 43.7 | 71.59 | - |
| YUV | 181.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 218 | 0 | 0.43 | 0.11 | 0.04 | 316 | 0.85 | 0.76 |
| Hex | F6 | 8D | DA | 0 | 2B | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 215 | 332 | 0 | 53 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11011010 | 0 | 101011 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F68DDA
Complementary color
Monochromatic Colors of #F68DDA
Black with #F68DDA
Text Example
Text Example
White with #F68DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DDA; }
p { color: rgb(246,141,218); }
H1.HeaderClassName
{
color: #F68DDA;
}
.AnyTagClassName
{
color: #F68DDA;
}
</style>
background-color css
<style>
a { background-color: #F68DDA; }
a { background-color: rgb(246,141,218); }
div.DivClassName
{
background-color: #F68DDA;
}
.BgClassName
{
background-color: #F68DDA;
}
</style>
border-color css
<style>
span { border-color: #F68DDA; }
span { border-color: rgb(246,141,218); }
td.TdClassName
{
border-color: #F68DDA;
}
.TagClassName
{
border-color: #F68DDA;
}
</style>