Shades of Pale Magenta #F57ADF
Tints of Pale Magenta #F57ADF
RGB
CMYK
RGB Variations
Color information
#F57ADF (or 0xF57ADF) is known color: Pale Magenta. HEX triplet: F5, 7A and DF. RGB value is (245,122,223). Sum of RGB (Red+Green+Blue) = 245+122+223=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADF is #0A8520. Grayscale: #AAAAAA. Windows color (decimal): -689441 or 14646005. OLE color: 14646005.
HSL color Cylindrical-coordinate representation of color #F57ADF: hue angle of 310.73º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57ADF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 223 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 310.73º | 0.86% | 0.72% | - |
| HSV(B) | 310.73º | 0.5% | 0.96% | - |
| XYZ | 57.94 | 38.66 | 74.22 | - |
| YUV | 170.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 223 | 0 | 0.50 | 0.09 | 0.04 | 310.73 | 0.86 | 0.72 |
| Hex | F5 | 7A | DF | 0 | 32 | 9 | 4 | 137 | 56 | 48 |
| Octal | 365 | 172 | 337 | 0 | 62 | 11 | 4 | 467 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11011111 | 0 | 110010 | 1001 | 100 | 100110111 | 1010110 | 1001000 |
Color Harmonies of #F57ADF
Complementary color
Monochromatic Colors of #F57ADF
Black with #F57ADF
Text Example
Text Example
White with #F57ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57ADF; }
p { color: rgb(245,122,223); }
H1.HeaderClassName
{
color: #F57ADF;
}
.AnyTagClassName
{
color: #F57ADF;
}
</style>
background-color css
<style>
a { background-color: #F57ADF; }
a { background-color: rgb(245,122,223); }
div.DivClassName
{
background-color: #F57ADF;
}
.BgClassName
{
background-color: #F57ADF;
}
</style>
border-color css
<style>
span { border-color: #F57ADF; }
span { border-color: rgb(245,122,223); }
td.TdClassName
{
border-color: #F57ADF;
}
.TagClassName
{
border-color: #F57ADF;
}
</style>