Shades of Pale Magenta #F68ED4
Tints of Pale Magenta #F68ED4
RGB
CMYK
RGB Variations
Color information
#F68ED4 (or 0xF68ED4) is known color: Pale Magenta. HEX triplet: F6, 8E and D4. RGB value is (246,142,212). Sum of RGB (Red+Green+Blue) = 246+142+212=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 142 (55.86% from 255 or 23.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ED4 is #09712B. Grayscale: #B4B4B4. Windows color (decimal): -618796 or 13930230. OLE color: 13930230.
HSL color Cylindrical-coordinate representation of color #F68ED4: hue angle of 319.62º 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 #F68ED4 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 212 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.04 |
| HSL | 319.62º | 0.85% | 0.76% | - |
| HSV(B) | 319.62º | 0.42% | 0.96% | - |
| XYZ | 59.56 | 43.69 | 67.58 | - |
| YUV | 181.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 212 | 0 | 0.42 | 0.14 | 0.04 | 319.62 | 0.85 | 0.76 |
| Hex | F6 | 8E | D4 | 0 | 2A | E | 4 | 140 | 55 | 4C |
| Octal | 366 | 216 | 324 | 0 | 52 | 16 | 4 | 500 | 125 | 114 |
| Binary | 11110110 | 10001110 | 11010100 | 0 | 101010 | 1110 | 100 | 101000000 | 1010101 | 1001100 |
Color Harmonies of #F68ED4
Complementary color
Monochromatic Colors of #F68ED4
Black with #F68ED4
Text Example
Text Example
White with #F68ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ED4; }
p { color: rgb(246,142,212); }
H1.HeaderClassName
{
color: #F68ED4;
}
.AnyTagClassName
{
color: #F68ED4;
}
</style>
background-color css
<style>
a { background-color: #F68ED4; }
a { background-color: rgb(246,142,212); }
div.DivClassName
{
background-color: #F68ED4;
}
.BgClassName
{
background-color: #F68ED4;
}
</style>
border-color css
<style>
span { border-color: #F68ED4; }
span { border-color: rgb(246,142,212); }
td.TdClassName
{
border-color: #F68ED4;
}
.TagClassName
{
border-color: #F68ED4;
}
</style>