Shades of Pale Magenta #F56CDF
Tints of Pale Magenta #F56CDF
RGB
CMYK
RGB Variations
Color information
#F56CDF (or 0xF56CDF) is known color: Pale Magenta. HEX triplet: F5, 6C and DF. RGB value is (245,108,223). Sum of RGB (Red+Green+Blue) = 245+108+223=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CDF is #0A9320. Grayscale: #A1A1A1. Windows color (decimal): -693025 or 14642421. OLE color: 14642421.
HSL color Cylindrical-coordinate representation of color #F56CDF: hue angle of 309.64º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56CDF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 223 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.04 |
| HSL | 309.64º | 0.87% | 0.69% | - |
| HSV(B) | 309.64º | 0.56% | 0.96% | - |
| XYZ | 56.34 | 35.47 | 73.69 | - |
| YUV | 162.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 223 | 0 | 0.56 | 0.09 | 0.04 | 309.64 | 0.87 | 0.69 |
| Hex | F5 | 6C | DF | 0 | 38 | 9 | 4 | 136 | 57 | 45 |
| Octal | 365 | 154 | 337 | 0 | 70 | 11 | 4 | 466 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11011111 | 0 | 111000 | 1001 | 100 | 100110110 | 1010111 | 1000101 |
Color Harmonies of #F56CDF
Complementary color
Monochromatic Colors of #F56CDF
Black with #F56CDF
Text Example
Text Example
White with #F56CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CDF; }
p { color: rgb(245,108,223); }
H1.HeaderClassName
{
color: #F56CDF;
}
.AnyTagClassName
{
color: #F56CDF;
}
</style>
background-color css
<style>
a { background-color: #F56CDF; }
a { background-color: rgb(245,108,223); }
div.DivClassName
{
background-color: #F56CDF;
}
.BgClassName
{
background-color: #F56CDF;
}
</style>
border-color css
<style>
span { border-color: #F56CDF; }
span { border-color: rgb(245,108,223); }
td.TdClassName
{
border-color: #F56CDF;
}
.TagClassName
{
border-color: #F56CDF;
}
</style>