Shades of Pale Magenta #F58AEA
Tints of Pale Magenta #F58AEA
RGB
CMYK
RGB Variations
Color information
#F58AEA (or 0xF58AEA) is known color: Pale Magenta. HEX triplet: F5, 8A and EA. RGB value is (245,138,234). Sum of RGB (Red+Green+Blue) = 245+138+234=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 138 (54.30% from 255 or 22.37% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AEA is #0A7515. Grayscale: #B4B4B4. Windows color (decimal): -685334 or 15370997. OLE color: 15370997.
HSL color Cylindrical-coordinate representation of color #F58AEA: hue angle of 306.17º 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 #F58AEA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 234 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.04 |
| HSL | 306.17º | 0.84% | 0.75% | - |
| HSV(B) | 306.17º | 0.44% | 0.96% | - |
| XYZ | 61.6 | 43.53 | 83 | - |
| YUV | 180.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 234 | 0 | 0.44 | 0.04 | 0.04 | 306.17 | 0.84 | 0.75 |
| Hex | F5 | 8A | EA | 0 | 2C | 4 | 4 | 132 | 54 | 4B |
| Octal | 365 | 212 | 352 | 0 | 54 | 4 | 4 | 462 | 124 | 113 |
| Binary | 11110101 | 10001010 | 11101010 | 0 | 101100 | 100 | 100 | 100110010 | 1010100 | 1001011 |
Color Harmonies of #F58AEA
Complementary color
Monochromatic Colors of #F58AEA
Black with #F58AEA
Text Example
Text Example
White with #F58AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AEA; }
p { color: rgb(245,138,234); }
H1.HeaderClassName
{
color: #F58AEA;
}
.AnyTagClassName
{
color: #F58AEA;
}
</style>
background-color css
<style>
a { background-color: #F58AEA; }
a { background-color: rgb(245,138,234); }
div.DivClassName
{
background-color: #F58AEA;
}
.BgClassName
{
background-color: #F58AEA;
}
</style>
border-color css
<style>
span { border-color: #F58AEA; }
span { border-color: rgb(245,138,234); }
td.TdClassName
{
border-color: #F58AEA;
}
.TagClassName
{
border-color: #F58AEA;
}
</style>