Shades of Pale Magenta #F583E5
Tints of Pale Magenta #F583E5
RGB
CMYK
RGB Variations
Color information
#F583E5 (or 0xF583E5) is known color: Pale Magenta. HEX triplet: F5, 83 and E5. RGB value is (245,131,229). Sum of RGB (Red+Green+Blue) = 245+131+229=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F583E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583E5 is #0A7C1A. Grayscale: #AFAFAF. Windows color (decimal): -687131 or 15041525. OLE color: 15041525.
HSL color Cylindrical-coordinate representation of color #F583E5: hue angle of 308.42º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583E5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 229 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.04 |
| HSL | 308.42º | 0.85% | 0.74% | - |
| HSV(B) | 308.42º | 0.47% | 0.96% | - |
| XYZ | 59.92 | 41.3 | 78.94 | - |
| YUV | 176.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 229 | 0 | 0.47 | 0.07 | 0.04 | 308.42 | 0.85 | 0.74 |
| Hex | F5 | 83 | E5 | 0 | 2F | 7 | 4 | 134 | 55 | 4A |
| Octal | 365 | 203 | 345 | 0 | 57 | 7 | 4 | 464 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11100101 | 0 | 101111 | 111 | 100 | 100110100 | 1010101 | 1001010 |
Color Harmonies of #F583E5
Complementary color
Monochromatic Colors of #F583E5
Black with #F583E5
Text Example
Text Example
White with #F583E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583E5; }
p { color: rgb(245,131,229); }
H1.HeaderClassName
{
color: #F583E5;
}
.AnyTagClassName
{
color: #F583E5;
}
</style>
background-color css
<style>
a { background-color: #F583E5; }
a { background-color: rgb(245,131,229); }
div.DivClassName
{
background-color: #F583E5;
}
.BgClassName
{
background-color: #F583E5;
}
</style>
border-color css
<style>
span { border-color: #F583E5; }
span { border-color: rgb(245,131,229); }
td.TdClassName
{
border-color: #F583E5;
}
.TagClassName
{
border-color: #F583E5;
}
</style>