Shades of Pale Magenta #F28BE9
Tints of Pale Magenta #F28BE9
RGB
CMYK
RGB Variations
Color information
#F28BE9 (or 0xF28BE9) is known color: Pale Magenta. HEX triplet: F2, 8B and E9. RGB value is (242,139,233). Sum of RGB (Red+Green+Blue) = 242+139+233=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BE9 is #0D7416. Grayscale: #B4B4B4. Windows color (decimal): -881687 or 15305714. OLE color: 15305714.
HSL color Cylindrical-coordinate representation of color #F28BE9: hue angle of 305.24º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BE9 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 233 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.05 |
| HSL | 305.24º | 0.8% | 0.75% | - |
| HSV(B) | 305.24º | 0.43% | 0.95% | - |
| XYZ | 60.56 | 43.23 | 82.24 | - |
| YUV | 180.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 233 | 0 | 0.43 | 0.04 | 0.05 | 305.24 | 0.8 | 0.75 |
| Hex | F2 | 8B | E9 | 0 | 2B | 4 | 5 | 131 | 50 | 4B |
| Octal | 362 | 213 | 351 | 0 | 53 | 4 | 5 | 461 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11101001 | 0 | 101011 | 100 | 101 | 100110001 | 1010000 | 1001011 |
Color Harmonies of #F28BE9
Complementary color
Monochromatic Colors of #F28BE9
Black with #F28BE9
Text Example
Text Example
White with #F28BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BE9; }
p { color: rgb(242,139,233); }
H1.HeaderClassName
{
color: #F28BE9;
}
.AnyTagClassName
{
color: #F28BE9;
}
</style>
background-color css
<style>
a { background-color: #F28BE9; }
a { background-color: rgb(242,139,233); }
div.DivClassName
{
background-color: #F28BE9;
}
.BgClassName
{
background-color: #F28BE9;
}
</style>
border-color css
<style>
span { border-color: #F28BE9; }
span { border-color: rgb(242,139,233); }
td.TdClassName
{
border-color: #F28BE9;
}
.TagClassName
{
border-color: #F28BE9;
}
</style>