Shades of Pale Magenta #F28DE9
Tints of Pale Magenta #F28DE9
RGB
CMYK
RGB Variations
Color information
#F28DE9 (or 0xF28DE9) is known color: Pale Magenta. HEX triplet: F2, 8D and E9. RGB value is (242,141,233). Sum of RGB (Red+Green+Blue) = 242+141+233=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DE9 is #0D7216. Grayscale: #B5B5B5. Windows color (decimal): -881175 or 15306226. OLE color: 15306226.
HSL color Cylindrical-coordinate representation of color #F28DE9: hue angle of 305.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DE9 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 233 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.05 |
| HSL | 305.35º | 0.8% | 0.75% | - |
| HSV(B) | 305.35º | 0.42% | 0.95% | - |
| XYZ | 60.85 | 43.81 | 82.34 | - |
| YUV | 181.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 233 | 0 | 0.42 | 0.04 | 0.05 | 305.35 | 0.8 | 0.75 |
| Hex | F2 | 8D | E9 | 0 | 2A | 4 | 5 | 131 | 50 | 4B |
| Octal | 362 | 215 | 351 | 0 | 52 | 4 | 5 | 461 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11101001 | 0 | 101010 | 100 | 101 | 100110001 | 1010000 | 1001011 |
Color Harmonies of #F28DE9
Complementary color
Monochromatic Colors of #F28DE9
Black with #F28DE9
Text Example
Text Example
White with #F28DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DE9; }
p { color: rgb(242,141,233); }
H1.HeaderClassName
{
color: #F28DE9;
}
.AnyTagClassName
{
color: #F28DE9;
}
</style>
background-color css
<style>
a { background-color: #F28DE9; }
a { background-color: rgb(242,141,233); }
div.DivClassName
{
background-color: #F28DE9;
}
.BgClassName
{
background-color: #F28DE9;
}
</style>
border-color css
<style>
span { border-color: #F28DE9; }
span { border-color: rgb(242,141,233); }
td.TdClassName
{
border-color: #F28DE9;
}
.TagClassName
{
border-color: #F28DE9;
}
</style>