Shades of Pale Magenta #F592E5
Tints of Pale Magenta #F592E5
RGB
CMYK
RGB Variations
Color information
#F592E5 (or 0xF592E5) is known color: Pale Magenta. HEX triplet: F5, 92 and E5. RGB value is (245,146,229). Sum of RGB (Red+Green+Blue) = 245+146+229=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F592E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592E5 is #0A6D1A. Grayscale: #B8B8B8. Windows color (decimal): -683291 or 15045365. OLE color: 15045365.
HSL color Cylindrical-coordinate representation of color #F592E5: hue angle of 309.7º 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 #F592E5 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 229 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.04 |
| HSL | 309.7º | 0.83% | 0.77% | - |
| HSV(B) | 309.7º | 0.4% | 0.96% | - |
| XYZ | 62.08 | 45.63 | 79.66 | - |
| YUV | 185.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 229 | 0 | 0.40 | 0.07 | 0.04 | 309.7 | 0.83 | 0.77 |
| Hex | F5 | 92 | E5 | 0 | 28 | 7 | 4 | 136 | 53 | 4D |
| Octal | 365 | 222 | 345 | 0 | 50 | 7 | 4 | 466 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11100101 | 0 | 101000 | 111 | 100 | 100110110 | 1010011 | 1001101 |
Color Harmonies of #F592E5
Complementary color
Monochromatic Colors of #F592E5
Black with #F592E5
Text Example
Text Example
White with #F592E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592E5; }
p { color: rgb(245,146,229); }
H1.HeaderClassName
{
color: #F592E5;
}
.AnyTagClassName
{
color: #F592E5;
}
</style>
background-color css
<style>
a { background-color: #F592E5; }
a { background-color: rgb(245,146,229); }
div.DivClassName
{
background-color: #F592E5;
}
.BgClassName
{
background-color: #F592E5;
}
</style>
border-color css
<style>
span { border-color: #F592E5; }
span { border-color: rgb(245,146,229); }
td.TdClassName
{
border-color: #F592E5;
}
.TagClassName
{
border-color: #F592E5;
}
</style>