Shades of Pale Magenta #F56FDF
Tints of Pale Magenta #F56FDF
RGB
CMYK
RGB Variations
Color information
#F56FDF (or 0xF56FDF) is known color: Pale Magenta. HEX triplet: F5, 6F and DF. RGB value is (245,111,223). Sum of RGB (Red+Green+Blue) = 245+111+223=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FDF is #0A9020. Grayscale: #A3A3A3. Windows color (decimal): -692257 or 14643189. OLE color: 14643189.
HSL color Cylindrical-coordinate representation of color #F56FDF: hue angle of 309.85º 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 #F56FDF is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 223 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.04 |
| HSL | 309.85º | 0.87% | 0.7% | - |
| HSV(B) | 309.85º | 0.55% | 0.96% | - |
| XYZ | 56.66 | 36.11 | 73.8 | - |
| YUV | 163.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 223 | 0 | 0.55 | 0.09 | 0.04 | 309.85 | 0.87 | 0.7 |
| Hex | F5 | 6F | DF | 0 | 37 | 9 | 4 | 136 | 57 | 46 |
| Octal | 365 | 157 | 337 | 0 | 67 | 11 | 4 | 466 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11011111 | 0 | 110111 | 1001 | 100 | 100110110 | 1010111 | 1000110 |
Color Harmonies of #F56FDF
Complementary color
Monochromatic Colors of #F56FDF
Black with #F56FDF
Text Example
Text Example
White with #F56FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FDF; }
p { color: rgb(245,111,223); }
H1.HeaderClassName
{
color: #F56FDF;
}
.AnyTagClassName
{
color: #F56FDF;
}
</style>
background-color css
<style>
a { background-color: #F56FDF; }
a { background-color: rgb(245,111,223); }
div.DivClassName
{
background-color: #F56FDF;
}
.BgClassName
{
background-color: #F56FDF;
}
</style>
border-color css
<style>
span { border-color: #F56FDF; }
span { border-color: rgb(245,111,223); }
td.TdClassName
{
border-color: #F56FDF;
}
.TagClassName
{
border-color: #F56FDF;
}
</style>