Shades of Pale Magenta #F68DDD
Tints of Pale Magenta #F68DDD
RGB
CMYK
RGB Variations
Color information
#F68DDD (or 0xF68DDD) is known color: Pale Magenta. HEX triplet: F6, 8D and DD. RGB value is (246,141,221). Sum of RGB (Red+Green+Blue) = 246+141+221=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DDD is #097222. Grayscale: #B5B5B5. Windows color (decimal): -619043 or 14519798. OLE color: 14519798.
HSL color Cylindrical-coordinate representation of color #F68DDD: hue angle of 314.29º 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 #F68DDD is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 221 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.04 |
| HSL | 314.29º | 0.85% | 0.76% | - |
| HSV(B) | 314.29º | 0.43% | 0.96% | - |
| XYZ | 60.58 | 43.86 | 73.68 | - |
| YUV | 181.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 221 | 0 | 0.43 | 0.10 | 0.04 | 314.29 | 0.85 | 0.76 |
| Hex | F6 | 8D | DD | 0 | 2B | A | 4 | 13A | 55 | 4C |
| Octal | 366 | 215 | 335 | 0 | 53 | 12 | 4 | 472 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11011101 | 0 | 101011 | 1010 | 100 | 100111010 | 1010101 | 1001100 |
Color Harmonies of #F68DDD
Complementary color
Monochromatic Colors of #F68DDD
Black with #F68DDD
Text Example
Text Example
White with #F68DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DDD; }
p { color: rgb(246,141,221); }
H1.HeaderClassName
{
color: #F68DDD;
}
.AnyTagClassName
{
color: #F68DDD;
}
</style>
background-color css
<style>
a { background-color: #F68DDD; }
a { background-color: rgb(246,141,221); }
div.DivClassName
{
background-color: #F68DDD;
}
.BgClassName
{
background-color: #F68DDD;
}
</style>
border-color css
<style>
span { border-color: #F68DDD; }
span { border-color: rgb(246,141,221); }
td.TdClassName
{
border-color: #F68DDD;
}
.TagClassName
{
border-color: #F68DDD;
}
</style>