Shades of Pale Magenta #F58FEA
Tints of Pale Magenta #F58FEA
RGB
CMYK
RGB Variations
Color information
#F58FEA (or 0xF58FEA) is known color: Pale Magenta. HEX triplet: F5, 8F and EA. RGB value is (245,143,234). Sum of RGB (Red+Green+Blue) = 245+143+234=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FEA is #0A7015. Grayscale: #B7B7B7. Windows color (decimal): -684054 or 15372277. OLE color: 15372277.
HSL color Cylindrical-coordinate representation of color #F58FEA: hue angle of 306.47º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FEA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 234 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 306.47º | 0.84% | 0.76% | - |
| HSV(B) | 306.47º | 0.42% | 0.96% | - |
| XYZ | 62.33 | 45 | 83.24 | - |
| YUV | 183.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 234 | 0 | 0.42 | 0.04 | 0.04 | 306.47 | 0.84 | 0.76 |
| Hex | F5 | 8F | EA | 0 | 2A | 4 | 4 | 132 | 54 | 4C |
| Octal | 365 | 217 | 352 | 0 | 52 | 4 | 4 | 462 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11101010 | 0 | 101010 | 100 | 100 | 100110010 | 1010100 | 1001100 |
Color Harmonies of #F58FEA
Complementary color
Monochromatic Colors of #F58FEA
Black with #F58FEA
Text Example
Text Example
White with #F58FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FEA; }
p { color: rgb(245,143,234); }
H1.HeaderClassName
{
color: #F58FEA;
}
.AnyTagClassName
{
color: #F58FEA;
}
</style>
background-color css
<style>
a { background-color: #F58FEA; }
a { background-color: rgb(245,143,234); }
div.DivClassName
{
background-color: #F58FEA;
}
.BgClassName
{
background-color: #F58FEA;
}
</style>
border-color css
<style>
span { border-color: #F58FEA; }
span { border-color: rgb(245,143,234); }
td.TdClassName
{
border-color: #F58FEA;
}
.TagClassName
{
border-color: #F58FEA;
}
</style>