Shades of Pale Magenta #F58FDF
Tints of Pale Magenta #F58FDF
RGB
CMYK
RGB Variations
Color information
#F58FDF (or 0xF58FDF) is known color: Pale Magenta. HEX triplet: F5, 8F and DF. RGB value is (245,143,223). Sum of RGB (Red+Green+Blue) = 245+143+223=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FDF is #0A7020. Grayscale: #B6B6B6. Windows color (decimal): -684065 or 14651381. OLE color: 14651381.
HSL color Cylindrical-coordinate representation of color #F58FDF: hue angle of 312.94º 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 #F58FDF is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 223 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.04 |
| HSL | 312.94º | 0.84% | 0.76% | - |
| HSV(B) | 312.94º | 0.42% | 0.96% | - |
| XYZ | 60.8 | 44.39 | 75.17 | - |
| YUV | 182.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 223 | 0 | 0.42 | 0.09 | 0.04 | 312.94 | 0.84 | 0.76 |
| Hex | F5 | 8F | DF | 0 | 2A | 9 | 4 | 139 | 54 | 4C |
| Octal | 365 | 217 | 337 | 0 | 52 | 11 | 4 | 471 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11011111 | 0 | 101010 | 1001 | 100 | 100111001 | 1010100 | 1001100 |
Color Harmonies of #F58FDF
Complementary color
Monochromatic Colors of #F58FDF
Black with #F58FDF
Text Example
Text Example
White with #F58FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FDF; }
p { color: rgb(245,143,223); }
H1.HeaderClassName
{
color: #F58FDF;
}
.AnyTagClassName
{
color: #F58FDF;
}
</style>
background-color css
<style>
a { background-color: #F58FDF; }
a { background-color: rgb(245,143,223); }
div.DivClassName
{
background-color: #F58FDF;
}
.BgClassName
{
background-color: #F58FDF;
}
</style>
border-color css
<style>
span { border-color: #F58FDF; }
span { border-color: rgb(245,143,223); }
td.TdClassName
{
border-color: #F58FDF;
}
.TagClassName
{
border-color: #F58FDF;
}
</style>