Shades of Pale Magenta #F592EC
Tints of Pale Magenta #F592EC
RGB
CMYK
RGB Variations
Color information
#F592EC (or 0xF592EC) is known color: Pale Magenta. HEX triplet: F5, 92 and EC. RGB value is (245,146,236). Sum of RGB (Red+Green+Blue) = 245+146+236=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 146 (57.42% from 255 or 23.29% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F592EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592EC is #0A6D13. Grayscale: #B9B9B9. Windows color (decimal): -683284 or 15504117. OLE color: 15504117.
HSL color Cylindrical-coordinate representation of color #F592EC: hue angle of 305.45º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592EC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 236 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.04 |
| HSL | 305.45º | 0.83% | 0.77% | - |
| HSV(B) | 305.45º | 0.4% | 0.96% | - |
| XYZ | 63.08 | 46.03 | 84.92 | - |
| YUV | 185.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 236 | 0 | 0.40 | 0.04 | 0.04 | 305.45 | 0.83 | 0.77 |
| Hex | F5 | 92 | EC | 0 | 28 | 4 | 4 | 131 | 53 | 4D |
| Octal | 365 | 222 | 354 | 0 | 50 | 4 | 4 | 461 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11101100 | 0 | 101000 | 100 | 100 | 100110001 | 1010011 | 1001101 |
Color Harmonies of #F592EC
Complementary color
Monochromatic Colors of #F592EC
Black with #F592EC
Text Example
Text Example
White with #F592EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592EC; }
p { color: rgb(245,146,236); }
H1.HeaderClassName
{
color: #F592EC;
}
.AnyTagClassName
{
color: #F592EC;
}
</style>
background-color css
<style>
a { background-color: #F592EC; }
a { background-color: rgb(245,146,236); }
div.DivClassName
{
background-color: #F592EC;
}
.BgClassName
{
background-color: #F592EC;
}
</style>
border-color css
<style>
span { border-color: #F592EC; }
span { border-color: rgb(245,146,236); }
td.TdClassName
{
border-color: #F592EC;
}
.TagClassName
{
border-color: #F592EC;
}
</style>