Shades of Pale Magenta #F68AD8
Tints of Pale Magenta #F68AD8
RGB
CMYK
RGB Variations
Color information
#F68AD8 (or 0xF68AD8) is known color: Pale Magenta. HEX triplet: F6, 8A and D8. RGB value is (246,138,216). Sum of RGB (Red+Green+Blue) = 246+138+216=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68AD8 is #097527. Grayscale: #B2B2B2. Windows color (decimal): -619816 or 14191350. OLE color: 14191350.
HSL color Cylindrical-coordinate representation of color #F68AD8: hue angle of 316.67º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AD8 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 216 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.04 |
| HSL | 316.67º | 0.86% | 0.75% | - |
| HSV(B) | 316.67º | 0.44% | 0.96% | - |
| XYZ | 59.49 | 42.73 | 70.08 | - |
| YUV | 179.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 216 | 0 | 0.44 | 0.12 | 0.04 | 316.67 | 0.86 | 0.75 |
| Hex | F6 | 8A | D8 | 0 | 2C | C | 4 | 13D | 56 | 4B |
| Octal | 366 | 212 | 330 | 0 | 54 | 14 | 4 | 475 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11011000 | 0 | 101100 | 1100 | 100 | 100111101 | 1010110 | 1001011 |
Color Harmonies of #F68AD8
Complementary color
Monochromatic Colors of #F68AD8
Black with #F68AD8
Text Example
Text Example
White with #F68AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AD8; }
p { color: rgb(246,138,216); }
H1.HeaderClassName
{
color: #F68AD8;
}
.AnyTagClassName
{
color: #F68AD8;
}
</style>
background-color css
<style>
a { background-color: #F68AD8; }
a { background-color: rgb(246,138,216); }
div.DivClassName
{
background-color: #F68AD8;
}
.BgClassName
{
background-color: #F68AD8;
}
</style>
border-color css
<style>
span { border-color: #F68AD8; }
span { border-color: rgb(246,138,216); }
td.TdClassName
{
border-color: #F68AD8;
}
.TagClassName
{
border-color: #F68AD8;
}
</style>