Shades of Pale Magenta #F588E5
Tints of Pale Magenta #F588E5
RGB
CMYK
RGB Variations
Color information
#F588E5 (or 0xF588E5) is known color: Pale Magenta. HEX triplet: F5, 88 and E5. RGB value is (245,136,229). Sum of RGB (Red+Green+Blue) = 245+136+229=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F588E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588E5 is #0A771A. Grayscale: #B2B2B2. Windows color (decimal): -685851 or 15042805. OLE color: 15042805.
HSL color Cylindrical-coordinate representation of color #F588E5: hue angle of 308.81º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F588E5 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 229 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.04 |
| HSL | 308.81º | 0.84% | 0.75% | - |
| HSV(B) | 308.81º | 0.44% | 0.96% | - |
| XYZ | 60.6 | 42.68 | 79.17 | - |
| YUV | 179.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 229 | 0 | 0.44 | 0.07 | 0.04 | 308.81 | 0.84 | 0.75 |
| Hex | F5 | 88 | E5 | 0 | 2C | 7 | 4 | 135 | 54 | 4B |
| Octal | 365 | 210 | 345 | 0 | 54 | 7 | 4 | 465 | 124 | 113 |
| Binary | 11110101 | 10001000 | 11100101 | 0 | 101100 | 111 | 100 | 100110101 | 1010100 | 1001011 |
Color Harmonies of #F588E5
Complementary color
Monochromatic Colors of #F588E5
Black with #F588E5
Text Example
Text Example
White with #F588E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588E5; }
p { color: rgb(245,136,229); }
H1.HeaderClassName
{
color: #F588E5;
}
.AnyTagClassName
{
color: #F588E5;
}
</style>
background-color css
<style>
a { background-color: #F588E5; }
a { background-color: rgb(245,136,229); }
div.DivClassName
{
background-color: #F588E5;
}
.BgClassName
{
background-color: #F588E5;
}
</style>
border-color css
<style>
span { border-color: #F588E5; }
span { border-color: rgb(245,136,229); }
td.TdClassName
{
border-color: #F588E5;
}
.TagClassName
{
border-color: #F588E5;
}
</style>