Shades of Pale Magenta #F56CDC
Tints of Pale Magenta #F56CDC
RGB
CMYK
RGB Variations
Color information
#F56CDC (or 0xF56CDC) is known color: Pale Magenta. HEX triplet: F5, 6C and DC. RGB value is (245,108,220). Sum of RGB (Red+Green+Blue) = 245+108+220=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CDC is #0A9323. Grayscale: #A1A1A1. Windows color (decimal): -693028 or 14445813. OLE color: 14445813.
HSL color Cylindrical-coordinate representation of color #F56CDC: hue angle of 310.95º 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 #F56CDC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 220 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 310.95º | 0.87% | 0.69% | - |
| HSV(B) | 310.95º | 0.56% | 0.96% | - |
| XYZ | 55.94 | 35.3 | 71.58 | - |
| YUV | 161.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 220 | 0 | 0.56 | 0.10 | 0.04 | 310.95 | 0.87 | 0.69 |
| Hex | F5 | 6C | DC | 0 | 38 | A | 4 | 137 | 57 | 45 |
| Octal | 365 | 154 | 334 | 0 | 70 | 12 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11011100 | 0 | 111000 | 1010 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56CDC
Complementary color
Monochromatic Colors of #F56CDC
Black with #F56CDC
Text Example
Text Example
White with #F56CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CDC; }
p { color: rgb(245,108,220); }
H1.HeaderClassName
{
color: #F56CDC;
}
.AnyTagClassName
{
color: #F56CDC;
}
</style>
background-color css
<style>
a { background-color: #F56CDC; }
a { background-color: rgb(245,108,220); }
div.DivClassName
{
background-color: #F56CDC;
}
.BgClassName
{
background-color: #F56CDC;
}
</style>
border-color css
<style>
span { border-color: #F56CDC; }
span { border-color: rgb(245,108,220); }
td.TdClassName
{
border-color: #F56CDC;
}
.TagClassName
{
border-color: #F56CDC;
}
</style>