Shades of Pale Magenta #F56CDD
Tints of Pale Magenta #F56CDD
RGB
CMYK
RGB Variations
Color information
#F56CDD (or 0xF56CDD) is known color: Pale Magenta. HEX triplet: F5, 6C and DD. RGB value is (245,108,221). Sum of RGB (Red+Green+Blue) = 245+108+221=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CDD is #0A9322. Grayscale: #A1A1A1. Windows color (decimal): -693027 or 14511349. OLE color: 14511349.
HSL color Cylindrical-coordinate representation of color #F56CDD: hue angle of 310.51º 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 #F56CDD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 108 | 221 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 310.51º | 0.87% | 0.69% | - |
| HSV(B) | 310.51º | 0.56% | 0.96% | - |
| XYZ | 56.07 | 35.36 | 72.28 | - |
| YUV | 161.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 108 | 221 | 0 | 0.56 | 0.10 | 0.04 | 310.51 | 0.87 | 0.69 |
| Hex | F5 | 6C | DD | 0 | 38 | A | 4 | 137 | 57 | 45 |
| Octal | 365 | 154 | 335 | 0 | 70 | 12 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101100 | 11011101 | 0 | 111000 | 1010 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56CDD
Complementary color
Monochromatic Colors of #F56CDD
Black with #F56CDD
Text Example
Text Example
White with #F56CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56CDD; }
p { color: rgb(245,108,221); }
H1.HeaderClassName
{
color: #F56CDD;
}
.AnyTagClassName
{
color: #F56CDD;
}
</style>
background-color css
<style>
a { background-color: #F56CDD; }
a { background-color: rgb(245,108,221); }
div.DivClassName
{
background-color: #F56CDD;
}
.BgClassName
{
background-color: #F56CDD;
}
</style>
border-color css
<style>
span { border-color: #F56CDD; }
span { border-color: rgb(245,108,221); }
td.TdClassName
{
border-color: #F56CDD;
}
.TagClassName
{
border-color: #F56CDD;
}
</style>