Shades of Pale Magenta #F68EDC
Tints of Pale Magenta #F68EDC
RGB
CMYK
RGB Variations
Color information
#F68EDC (or 0xF68EDC) is known color: Pale Magenta. HEX triplet: F6, 8E and DC. RGB value is (246,142,220). Sum of RGB (Red+Green+Blue) = 246+142+220=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EDC is #097123. Grayscale: #B5B5B5. Windows color (decimal): -618788 or 14454518. OLE color: 14454518.
HSL color Cylindrical-coordinate representation of color #F68EDC: hue angle of 315º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68EDC is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 220 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315º | 0.85% | 0.76% | - |
| HSV(B) | 315º | 0.42% | 0.96% | - |
| XYZ | 60.6 | 44.11 | 73.03 | - |
| YUV | 181.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 220 | 0 | 0.42 | 0.11 | 0.04 | 315 | 0.85 | 0.76 |
| Hex | F6 | 8E | DC | 0 | 2A | B | 4 | 13B | 55 | 4C |
| Octal | 366 | 216 | 334 | 0 | 52 | 13 | 4 | 473 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11011100 | 0 | 101010 | 1011 | 100 | 100111011 | 1010101 | 1001100 |
Color Harmonies of #F68EDC
Complementary color
Monochromatic Colors of #F68EDC
Black with #F68EDC
Text Example
Text Example
White with #F68EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EDC; }
p { color: rgb(246,142,220); }
H1.HeaderClassName
{
color: #F68EDC;
}
.AnyTagClassName
{
color: #F68EDC;
}
</style>
background-color css
<style>
a { background-color: #F68EDC; }
a { background-color: rgb(246,142,220); }
div.DivClassName
{
background-color: #F68EDC;
}
.BgClassName
{
background-color: #F68EDC;
}
</style>
border-color css
<style>
span { border-color: #F68EDC; }
span { border-color: rgb(246,142,220); }
td.TdClassName
{
border-color: #F68EDC;
}
.TagClassName
{
border-color: #F68EDC;
}
</style>