Shades of Pale Magenta #F592E7
Tints of Pale Magenta #F592E7
RGB
CMYK
RGB Variations
Color information
#F592E7 (or 0xF592E7) is known color: Pale Magenta. HEX triplet: F5, 92 and E7. RGB value is (245,146,231). Sum of RGB (Red+Green+Blue) = 245+146+231=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F592E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592E7 is #0A6D18. Grayscale: #B9B9B9. Windows color (decimal): -683289 or 15176437. OLE color: 15176437.
HSL color Cylindrical-coordinate representation of color #F592E7: hue angle of 308.48º 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 #F592E7 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 231 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.04 |
| HSL | 308.48º | 0.83% | 0.77% | - |
| HSV(B) | 308.48º | 0.4% | 0.96% | - |
| XYZ | 62.36 | 45.74 | 81.14 | - |
| YUV | 185.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 231 | 0 | 0.40 | 0.06 | 0.04 | 308.48 | 0.83 | 0.77 |
| Hex | F5 | 92 | E7 | 0 | 28 | 6 | 4 | 134 | 53 | 4D |
| Octal | 365 | 222 | 347 | 0 | 50 | 6 | 4 | 464 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11100111 | 0 | 101000 | 110 | 100 | 100110100 | 1010011 | 1001101 |
Color Harmonies of #F592E7
Complementary color
Monochromatic Colors of #F592E7
Black with #F592E7
Text Example
Text Example
White with #F592E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592E7; }
p { color: rgb(245,146,231); }
H1.HeaderClassName
{
color: #F592E7;
}
.AnyTagClassName
{
color: #F592E7;
}
</style>
background-color css
<style>
a { background-color: #F592E7; }
a { background-color: rgb(245,146,231); }
div.DivClassName
{
background-color: #F592E7;
}
.BgClassName
{
background-color: #F592E7;
}
</style>
border-color css
<style>
span { border-color: #F592E7; }
span { border-color: rgb(245,146,231); }
td.TdClassName
{
border-color: #F592E7;
}
.TagClassName
{
border-color: #F592E7;
}
</style>