Shades of Pale Magenta #F592E2
Tints of Pale Magenta #F592E2
RGB
CMYK
RGB Variations
Color information
#F592E2 (or 0xF592E2) is known color: Pale Magenta. HEX triplet: F5, 92 and E2. RGB value is (245,146,226). Sum of RGB (Red+Green+Blue) = 245+146+226=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F592E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592E2 is #0A6D1D. Grayscale: #B8B8B8. Windows color (decimal): -683294 or 14848757. OLE color: 14848757.
HSL color Cylindrical-coordinate representation of color #F592E2: hue angle of 311.52º 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 #F592E2 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 226 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.04 |
| HSL | 311.52º | 0.83% | 0.77% | - |
| HSV(B) | 311.52º | 0.4% | 0.96% | - |
| XYZ | 61.66 | 45.46 | 77.48 | - |
| YUV | 184.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 226 | 0 | 0.40 | 0.08 | 0.04 | 311.52 | 0.83 | 0.77 |
| Hex | F5 | 92 | E2 | 0 | 28 | 8 | 4 | 138 | 53 | 4D |
| Octal | 365 | 222 | 342 | 0 | 50 | 10 | 4 | 470 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11100010 | 0 | 101000 | 1000 | 100 | 100111000 | 1010011 | 1001101 |
Color Harmonies of #F592E2
Complementary color
Monochromatic Colors of #F592E2
Black with #F592E2
Text Example
Text Example
White with #F592E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592E2; }
p { color: rgb(245,146,226); }
H1.HeaderClassName
{
color: #F592E2;
}
.AnyTagClassName
{
color: #F592E2;
}
</style>
background-color css
<style>
a { background-color: #F592E2; }
a { background-color: rgb(245,146,226); }
div.DivClassName
{
background-color: #F592E2;
}
.BgClassName
{
background-color: #F592E2;
}
</style>
border-color css
<style>
span { border-color: #F592E2; }
span { border-color: rgb(245,146,226); }
td.TdClassName
{
border-color: #F592E2;
}
.TagClassName
{
border-color: #F592E2;
}
</style>