Shades of Pale Magenta #F56FDC
Tints of Pale Magenta #F56FDC
RGB
CMYK
RGB Variations
Color information
#F56FDC (or 0xF56FDC) is known color: Pale Magenta. HEX triplet: F5, 6F and DC. RGB value is (245,111,220). Sum of RGB (Red+Green+Blue) = 245+111+220=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FDC is #0A9023. Grayscale: #A3A3A3. Windows color (decimal): -692260 or 14446581. OLE color: 14446581.
HSL color Cylindrical-coordinate representation of color #F56FDC: hue angle of 311.19º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56FDC is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 220 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.04 |
| HSL | 311.19º | 0.87% | 0.7% | - |
| HSV(B) | 311.19º | 0.55% | 0.96% | - |
| XYZ | 56.26 | 35.95 | 71.68 | - |
| YUV | 163.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 220 | 0 | 0.55 | 0.10 | 0.04 | 311.19 | 0.87 | 0.7 |
| Hex | F5 | 6F | DC | 0 | 37 | A | 4 | 137 | 57 | 46 |
| Octal | 365 | 157 | 334 | 0 | 67 | 12 | 4 | 467 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11011100 | 0 | 110111 | 1010 | 100 | 100110111 | 1010111 | 1000110 |
Color Harmonies of #F56FDC
Complementary color
Monochromatic Colors of #F56FDC
Black with #F56FDC
Text Example
Text Example
White with #F56FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FDC; }
p { color: rgb(245,111,220); }
H1.HeaderClassName
{
color: #F56FDC;
}
.AnyTagClassName
{
color: #F56FDC;
}
</style>
background-color css
<style>
a { background-color: #F56FDC; }
a { background-color: rgb(245,111,220); }
div.DivClassName
{
background-color: #F56FDC;
}
.BgClassName
{
background-color: #F56FDC;
}
</style>
border-color css
<style>
span { border-color: #F56FDC; }
span { border-color: rgb(245,111,220); }
td.TdClassName
{
border-color: #F56FDC;
}
.TagClassName
{
border-color: #F56FDC;
}
</style>