Shades of Pale Magenta #F68DE1
Tints of Pale Magenta #F68DE1
RGB
CMYK
RGB Variations
Color information
#F68DE1 (or 0xF68DE1) is known color: Pale Magenta. HEX triplet: F6, 8D and E1. RGB value is (246,141,225). Sum of RGB (Red+Green+Blue) = 246+141+225=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DE1 is #09721E. Grayscale: #B5B5B5. Windows color (decimal): -619039 or 14781942. OLE color: 14781942.
HSL color Cylindrical-coordinate representation of color #F68DE1: hue angle of 312º 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 #F68DE1 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 225 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.04 |
| HSL | 312º | 0.85% | 0.76% | - |
| HSV(B) | 312º | 0.43% | 0.96% | - |
| XYZ | 61.12 | 44.08 | 76.52 | - |
| YUV | 181.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 225 | 0 | 0.43 | 0.09 | 0.04 | 312 | 0.85 | 0.76 |
| Hex | F6 | 8D | E1 | 0 | 2B | 9 | 4 | 138 | 55 | 4C |
| Octal | 366 | 215 | 341 | 0 | 53 | 11 | 4 | 470 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11100001 | 0 | 101011 | 1001 | 100 | 100111000 | 1010101 | 1001100 |
Color Harmonies of #F68DE1
Complementary color
Monochromatic Colors of #F68DE1
Black with #F68DE1
Text Example
Text Example
White with #F68DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DE1; }
p { color: rgb(246,141,225); }
H1.HeaderClassName
{
color: #F68DE1;
}
.AnyTagClassName
{
color: #F68DE1;
}
</style>
background-color css
<style>
a { background-color: #F68DE1; }
a { background-color: rgb(246,141,225); }
div.DivClassName
{
background-color: #F68DE1;
}
.BgClassName
{
background-color: #F68DE1;
}
</style>
border-color css
<style>
span { border-color: #F68DE1; }
span { border-color: rgb(246,141,225); }
td.TdClassName
{
border-color: #F68DE1;
}
.TagClassName
{
border-color: #F68DE1;
}
</style>