Shades of Pale Magenta #F28EDA
Tints of Pale Magenta #F28EDA
RGB
CMYK
RGB Variations
Color information
#F28EDA (or 0xF28EDA) is known color: Pale Magenta. HEX triplet: F2, 8E and DA. RGB value is (242,142,218). Sum of RGB (Red+Green+Blue) = 242+142+218=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EDA is #0D7125. Grayscale: #B4B4B4. Windows color (decimal): -880934 or 14323442. OLE color: 14323442.
HSL color Cylindrical-coordinate representation of color #F28EDA: hue angle of 314.4º 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 #F28EDA is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 218 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.05 |
| HSL | 314.4º | 0.79% | 0.75% | - |
| HSV(B) | 314.4º | 0.41% | 0.95% | - |
| XYZ | 58.95 | 43.29 | 71.58 | - |
| YUV | 180.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 218 | 0 | 0.41 | 0.10 | 0.05 | 314.4 | 0.79 | 0.75 |
| Hex | F2 | 8E | DA | 0 | 29 | A | 5 | 13A | 4F | 4B |
| Octal | 362 | 216 | 332 | 0 | 51 | 12 | 5 | 472 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11011010 | 0 | 101001 | 1010 | 101 | 100111010 | 1001111 | 1001011 |
Color Harmonies of #F28EDA
Complementary color
Monochromatic Colors of #F28EDA
Black with #F28EDA
Text Example
Text Example
White with #F28EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EDA; }
p { color: rgb(242,142,218); }
H1.HeaderClassName
{
color: #F28EDA;
}
.AnyTagClassName
{
color: #F28EDA;
}
</style>
background-color css
<style>
a { background-color: #F28EDA; }
a { background-color: rgb(242,142,218); }
div.DivClassName
{
background-color: #F28EDA;
}
.BgClassName
{
background-color: #F28EDA;
}
</style>
border-color css
<style>
span { border-color: #F28EDA; }
span { border-color: rgb(242,142,218); }
td.TdClassName
{
border-color: #F28EDA;
}
.TagClassName
{
border-color: #F28EDA;
}
</style>