Shades of Pale Magenta #F592E0
Tints of Pale Magenta #F592E0
RGB
CMYK
RGB Variations
Color information
#F592E0 (or 0xF592E0) is known color: Pale Magenta. HEX triplet: F5, 92 and E0. RGB value is (245,146,224). Sum of RGB (Red+Green+Blue) = 245+146+224=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F592E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592E0 is #0A6D1F. Grayscale: #B8B8B8. Windows color (decimal): -683296 or 14717685. OLE color: 14717685.
HSL color Cylindrical-coordinate representation of color #F592E0: hue angle of 312.73º 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 #F592E0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 224 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.04 |
| HSL | 312.73º | 0.83% | 0.77% | - |
| HSV(B) | 312.73º | 0.4% | 0.96% | - |
| XYZ | 61.39 | 45.35 | 76.04 | - |
| YUV | 184.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 224 | 0 | 0.40 | 0.09 | 0.04 | 312.73 | 0.83 | 0.77 |
| Hex | F5 | 92 | E0 | 0 | 28 | 9 | 4 | 139 | 53 | 4D |
| Octal | 365 | 222 | 340 | 0 | 50 | 11 | 4 | 471 | 123 | 115 |
| Binary | 11110101 | 10010010 | 11100000 | 0 | 101000 | 1001 | 100 | 100111001 | 1010011 | 1001101 |
Color Harmonies of #F592E0
Complementary color
Monochromatic Colors of #F592E0
Black with #F592E0
Text Example
Text Example
White with #F592E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592E0; }
p { color: rgb(245,146,224); }
H1.HeaderClassName
{
color: #F592E0;
}
.AnyTagClassName
{
color: #F592E0;
}
</style>
background-color css
<style>
a { background-color: #F592E0; }
a { background-color: rgb(245,146,224); }
div.DivClassName
{
background-color: #F592E0;
}
.BgClassName
{
background-color: #F592E0;
}
</style>
border-color css
<style>
span { border-color: #F592E0; }
span { border-color: rgb(245,146,224); }
td.TdClassName
{
border-color: #F592E0;
}
.TagClassName
{
border-color: #F592E0;
}
</style>