Shades of Pale Magenta #F57FDF
Tints of Pale Magenta #F57FDF
RGB
CMYK
RGB Variations
Color information
#F57FDF (or 0xF57FDF) is known color: Pale Magenta. HEX triplet: F5, 7F and DF. RGB value is (245,127,223). Sum of RGB (Red+Green+Blue) = 245+127+223=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FDF is #0A8020. Grayscale: #ACACAC. Windows color (decimal): -688161 or 14647285. OLE color: 14647285.
HSL color Cylindrical-coordinate representation of color #F57FDF: hue angle of 311.19º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F57FDF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 127 | 223 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.04 |
| HSL | 311.19º | 0.86% | 0.73% | - |
| HSV(B) | 311.19º | 0.48% | 0.96% | - |
| XYZ | 58.56 | 39.92 | 74.43 | - |
| YUV | 173.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 223 | 0 | 0.48 | 0.09 | 0.04 | 311.19 | 0.86 | 0.73 |
| Hex | F5 | 7F | DF | 0 | 30 | 9 | 4 | 137 | 56 | 49 |
| Octal | 365 | 177 | 337 | 0 | 60 | 11 | 4 | 467 | 126 | 111 |
| Binary | 11110101 | 1111111 | 11011111 | 0 | 110000 | 1001 | 100 | 100110111 | 1010110 | 1001001 |
Color Harmonies of #F57FDF
Complementary color
Monochromatic Colors of #F57FDF
Black with #F57FDF
Text Example
Text Example
White with #F57FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FDF; }
p { color: rgb(245,127,223); }
H1.HeaderClassName
{
color: #F57FDF;
}
.AnyTagClassName
{
color: #F57FDF;
}
</style>
background-color css
<style>
a { background-color: #F57FDF; }
a { background-color: rgb(245,127,223); }
div.DivClassName
{
background-color: #F57FDF;
}
.BgClassName
{
background-color: #F57FDF;
}
</style>
border-color css
<style>
span { border-color: #F57FDF; }
span { border-color: rgb(245,127,223); }
td.TdClassName
{
border-color: #F57FDF;
}
.TagClassName
{
border-color: #F57FDF;
}
</style>