Shades of Pale Magenta #F28EE8
Tints of Pale Magenta #F28EE8
RGB
CMYK
RGB Variations
Color information
#F28EE8 (or 0xF28EE8) is known color: Pale Magenta. HEX triplet: F2, 8E and E8. RGB value is (242,142,232). Sum of RGB (Red+Green+Blue) = 242+142+232=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EE8 is #0D7117. Grayscale: #B5B5B5. Windows color (decimal): -880920 or 15240946. OLE color: 15240946.
HSL color Cylindrical-coordinate representation of color #F28EE8: hue angle of 306º 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 #F28EE8 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 232 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.05 |
| HSL | 306º | 0.79% | 0.75% | - |
| HSV(B) | 306º | 0.41% | 0.95% | - |
| XYZ | 60.86 | 44.05 | 81.64 | - |
| YUV | 182.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 232 | 0 | 0.41 | 0.04 | 0.05 | 306 | 0.79 | 0.75 |
| Hex | F2 | 8E | E8 | 0 | 29 | 4 | 5 | 132 | 4F | 4B |
| Octal | 362 | 216 | 350 | 0 | 51 | 4 | 5 | 462 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11101000 | 0 | 101001 | 100 | 101 | 100110010 | 1001111 | 1001011 |
Color Harmonies of #F28EE8
Complementary color
Monochromatic Colors of #F28EE8
Black with #F28EE8
Text Example
Text Example
White with #F28EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EE8; }
p { color: rgb(242,142,232); }
H1.HeaderClassName
{
color: #F28EE8;
}
.AnyTagClassName
{
color: #F28EE8;
}
</style>
background-color css
<style>
a { background-color: #F28EE8; }
a { background-color: rgb(242,142,232); }
div.DivClassName
{
background-color: #F28EE8;
}
.BgClassName
{
background-color: #F28EE8;
}
</style>
border-color css
<style>
span { border-color: #F28EE8; }
span { border-color: rgb(242,142,232); }
td.TdClassName
{
border-color: #F28EE8;
}
.TagClassName
{
border-color: #F28EE8;
}
</style>