Shades of Pale Magenta #F28ED6
Tints of Pale Magenta #F28ED6
RGB
CMYK
RGB Variations
Color information
#F28ED6 (or 0xF28ED6) is known color: Pale Magenta. HEX triplet: F2, 8E and D6. RGB value is (242,142,214). Sum of RGB (Red+Green+Blue) = 242+142+214=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ED6 is #0D7129. Grayscale: #B3B3B3. Windows color (decimal): -880938 or 14061298. OLE color: 14061298.
HSL color Cylindrical-coordinate representation of color #F28ED6: hue angle of 316.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28ED6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 214 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.05 |
| HSL | 316.8º | 0.79% | 0.75% | - |
| HSV(B) | 316.8º | 0.41% | 0.95% | - |
| XYZ | 58.43 | 43.08 | 68.85 | - |
| YUV | 180.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 214 | 0 | 0.41 | 0.12 | 0.05 | 316.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | D6 | 0 | 29 | C | 5 | 13D | 4F | 4B |
| Octal | 362 | 216 | 326 | 0 | 51 | 14 | 5 | 475 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11010110 | 0 | 101001 | 1100 | 101 | 100111101 | 1001111 | 1001011 |
Color Harmonies of #F28ED6
Complementary color
Monochromatic Colors of #F28ED6
Black with #F28ED6
Text Example
Text Example
White with #F28ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ED6; }
p { color: rgb(242,142,214); }
H1.HeaderClassName
{
color: #F28ED6;
}
.AnyTagClassName
{
color: #F28ED6;
}
</style>
background-color css
<style>
a { background-color: #F28ED6; }
a { background-color: rgb(242,142,214); }
div.DivClassName
{
background-color: #F28ED6;
}
.BgClassName
{
background-color: #F28ED6;
}
</style>
border-color css
<style>
span { border-color: #F28ED6; }
span { border-color: rgb(242,142,214); }
td.TdClassName
{
border-color: #F28ED6;
}
.TagClassName
{
border-color: #F28ED6;
}
</style>