Shades of Pale Magenta #F68DEA
Tints of Pale Magenta #F68DEA
RGB
CMYK
RGB Variations
Color information
#F68DEA (or 0xF68DEA) is known color: Pale Magenta. HEX triplet: F6, 8D and EA. RGB value is (246,141,234). Sum of RGB (Red+Green+Blue) = 246+141+234=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68DEA is #097215. Grayscale: #B6B6B6. Windows color (decimal): -619030 or 15371766. OLE color: 15371766.
HSL color Cylindrical-coordinate representation of color #F68DEA: hue angle of 306.86º 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 #F68DEA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 234 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.04 |
| HSL | 306.86º | 0.85% | 0.76% | - |
| HSV(B) | 306.86º | 0.43% | 0.96% | - |
| XYZ | 62.38 | 44.58 | 83.16 | - |
| YUV | 183 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 234 | 0 | 0.43 | 0.05 | 0.04 | 306.86 | 0.85 | 0.76 |
| Hex | F6 | 8D | EA | 0 | 2B | 5 | 4 | 133 | 55 | 4C |
| Octal | 366 | 215 | 352 | 0 | 53 | 5 | 4 | 463 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11101010 | 0 | 101011 | 101 | 100 | 100110011 | 1010101 | 1001100 |
Color Harmonies of #F68DEA
Complementary color
Monochromatic Colors of #F68DEA
Black with #F68DEA
Text Example
Text Example
White with #F68DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DEA; }
p { color: rgb(246,141,234); }
H1.HeaderClassName
{
color: #F68DEA;
}
.AnyTagClassName
{
color: #F68DEA;
}
</style>
background-color css
<style>
a { background-color: #F68DEA; }
a { background-color: rgb(246,141,234); }
div.DivClassName
{
background-color: #F68DEA;
}
.BgClassName
{
background-color: #F68DEA;
}
</style>
border-color css
<style>
span { border-color: #F68DEA; }
span { border-color: rgb(246,141,234); }
td.TdClassName
{
border-color: #F68DEA;
}
.TagClassName
{
border-color: #F68DEA;
}
</style>