Shades of Pale Magenta #F581E5
Tints of Pale Magenta #F581E5
RGB
CMYK
RGB Variations
Color information
#F581E5 (or 0xF581E5) is known color: Pale Magenta. HEX triplet: F5, 81 and E5. RGB value is (245,129,229). Sum of RGB (Red+Green+Blue) = 245+129+229=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F581E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581E5 is #0A7E1A. Grayscale: #AEAEAE. Windows color (decimal): -687643 or 15041013. OLE color: 15041013.
HSL color Cylindrical-coordinate representation of color #F581E5: hue angle of 308.28º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581E5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 229 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.04 |
| HSL | 308.28º | 0.85% | 0.73% | - |
| HSV(B) | 308.28º | 0.47% | 0.96% | - |
| XYZ | 59.65 | 40.77 | 78.85 | - |
| YUV | 175.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 229 | 0 | 0.47 | 0.07 | 0.04 | 308.28 | 0.85 | 0.73 |
| Hex | F5 | 81 | E5 | 0 | 2F | 7 | 4 | 134 | 55 | 49 |
| Octal | 365 | 201 | 345 | 0 | 57 | 7 | 4 | 464 | 125 | 111 |
| Binary | 11110101 | 10000001 | 11100101 | 0 | 101111 | 111 | 100 | 100110100 | 1010101 | 1001001 |
Color Harmonies of #F581E5
Complementary color
Monochromatic Colors of #F581E5
Black with #F581E5
Text Example
Text Example
White with #F581E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581E5; }
p { color: rgb(245,129,229); }
H1.HeaderClassName
{
color: #F581E5;
}
.AnyTagClassName
{
color: #F581E5;
}
</style>
background-color css
<style>
a { background-color: #F581E5; }
a { background-color: rgb(245,129,229); }
div.DivClassName
{
background-color: #F581E5;
}
.BgClassName
{
background-color: #F581E5;
}
</style>
border-color css
<style>
span { border-color: #F581E5; }
span { border-color: rgb(245,129,229); }
td.TdClassName
{
border-color: #F581E5;
}
.TagClassName
{
border-color: #F581E5;
}
</style>