Shades of Pale Magenta #F295E8
Tints of Pale Magenta #F295E8
RGB
CMYK
RGB Variations
Color information
#F295E8 (or 0xF295E8) is known color: Pale Magenta. HEX triplet: F2, 95 and E8. RGB value is (242,149,232). Sum of RGB (Red+Green+Blue) = 242+149+232=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F295E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F295E8 is #0D6A17. Grayscale: #BABABA. Windows color (decimal): -879128 or 15242738. OLE color: 15242738.
HSL color Cylindrical-coordinate representation of color #F295E8: hue angle of 306.45º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295E8 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 232 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.05 |
| HSL | 306.45º | 0.78% | 0.77% | - |
| HSV(B) | 306.45º | 0.38% | 0.95% | - |
| XYZ | 61.93 | 46.2 | 82 | - |
| YUV | 186.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 232 | 0 | 0.38 | 0.04 | 0.05 | 306.45 | 0.78 | 0.77 |
| Hex | F2 | 95 | E8 | 0 | 26 | 4 | 5 | 132 | 4E | 4D |
| Octal | 362 | 225 | 350 | 0 | 46 | 4 | 5 | 462 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11101000 | 0 | 100110 | 100 | 101 | 100110010 | 1001110 | 1001101 |
Color Harmonies of #F295E8
Complementary color
Monochromatic Colors of #F295E8
Black with #F295E8
Text Example
Text Example
White with #F295E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295E8; }
p { color: rgb(242,149,232); }
H1.HeaderClassName
{
color: #F295E8;
}
.AnyTagClassName
{
color: #F295E8;
}
</style>
background-color css
<style>
a { background-color: #F295E8; }
a { background-color: rgb(242,149,232); }
div.DivClassName
{
background-color: #F295E8;
}
.BgClassName
{
background-color: #F295E8;
}
</style>
border-color css
<style>
span { border-color: #F295E8; }
span { border-color: rgb(242,149,232); }
td.TdClassName
{
border-color: #F295E8;
}
.TagClassName
{
border-color: #F295E8;
}
</style>