Shades of Pale Magenta #F58FE9
Tints of Pale Magenta #F58FE9
RGB
CMYK
RGB Variations
Color information
#F58FE9 (or 0xF58FE9) is known color: Pale Magenta. HEX triplet: F5, 8F and E9. RGB value is (245,143,233). Sum of RGB (Red+Green+Blue) = 245+143+233=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 143 (56.25% from 255 or 23.03% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FE9 is #0A7016. Grayscale: #B7B7B7. Windows color (decimal): -684055 or 15306741. OLE color: 15306741.
HSL color Cylindrical-coordinate representation of color #F58FE9: hue angle of 307.06º 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 #F58FE9 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 233 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.04 |
| HSL | 307.06º | 0.84% | 0.76% | - |
| HSV(B) | 307.06º | 0.42% | 0.96% | - |
| XYZ | 62.19 | 44.94 | 82.49 | - |
| YUV | 183.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 233 | 0 | 0.42 | 0.05 | 0.04 | 307.06 | 0.84 | 0.76 |
| Hex | F5 | 8F | E9 | 0 | 2A | 5 | 4 | 133 | 54 | 4C |
| Octal | 365 | 217 | 351 | 0 | 52 | 5 | 4 | 463 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11101001 | 0 | 101010 | 101 | 100 | 100110011 | 1010100 | 1001100 |
Color Harmonies of #F58FE9
Complementary color
Monochromatic Colors of #F58FE9
Black with #F58FE9
Text Example
Text Example
White with #F58FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FE9; }
p { color: rgb(245,143,233); }
H1.HeaderClassName
{
color: #F58FE9;
}
.AnyTagClassName
{
color: #F58FE9;
}
</style>
background-color css
<style>
a { background-color: #F58FE9; }
a { background-color: rgb(245,143,233); }
div.DivClassName
{
background-color: #F58FE9;
}
.BgClassName
{
background-color: #F58FE9;
}
</style>
border-color css
<style>
span { border-color: #F58FE9; }
span { border-color: rgb(245,143,233); }
td.TdClassName
{
border-color: #F58FE9;
}
.TagClassName
{
border-color: #F58FE9;
}
</style>