Shades of Pale Magenta #F296EA
Tints of Pale Magenta #F296EA
RGB
CMYK
RGB Variations
Color information
#F296EA (or 0xF296EA) is known color: Pale Magenta. HEX triplet: F2, 96 and EA. RGB value is (242,150,234). Sum of RGB (Red+Green+Blue) = 242+150+234=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F296EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296EA is #0D6915. Grayscale: #BABABA. Windows color (decimal): -878870 or 15374066. OLE color: 15374066.
HSL color Cylindrical-coordinate representation of color #F296EA: hue angle of 305.22º 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 #F296EA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 234 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.05 |
| HSL | 305.22º | 0.78% | 0.77% | - |
| HSV(B) | 305.22º | 0.38% | 0.95% | - |
| XYZ | 62.38 | 46.63 | 83.55 | - |
| YUV | 187.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 234 | 0 | 0.38 | 0.03 | 0.05 | 305.22 | 0.78 | 0.77 |
| Hex | F2 | 96 | EA | 0 | 26 | 3 | 5 | 131 | 4E | 4D |
| Octal | 362 | 226 | 352 | 0 | 46 | 3 | 5 | 461 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11101010 | 0 | 100110 | 11 | 101 | 100110001 | 1001110 | 1001101 |
Color Harmonies of #F296EA
Complementary color
Monochromatic Colors of #F296EA
Black with #F296EA
Text Example
Text Example
White with #F296EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296EA; }
p { color: rgb(242,150,234); }
H1.HeaderClassName
{
color: #F296EA;
}
.AnyTagClassName
{
color: #F296EA;
}
</style>
background-color css
<style>
a { background-color: #F296EA; }
a { background-color: rgb(242,150,234); }
div.DivClassName
{
background-color: #F296EA;
}
.BgClassName
{
background-color: #F296EA;
}
</style>
border-color css
<style>
span { border-color: #F296EA; }
span { border-color: rgb(242,150,234); }
td.TdClassName
{
border-color: #F296EA;
}
.TagClassName
{
border-color: #F296EA;
}
</style>