Shades of Pale Magenta #F56FDA
Tints of Pale Magenta #F56FDA
RGB
CMYK
RGB Variations
Color information
#F56FDA (or 0xF56FDA) is known color: Pale Magenta. HEX triplet: F5, 6F and DA. RGB value is (245,111,218). Sum of RGB (Red+Green+Blue) = 245+111+218=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FDA is #0A9025. Grayscale: #A2A2A2. Windows color (decimal): -692262 or 14315509. OLE color: 14315509.
HSL color Cylindrical-coordinate representation of color #F56FDA: hue angle of 312.09º 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 #F56FDA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 218 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 312.09º | 0.87% | 0.7% | - |
| HSV(B) | 312.09º | 0.55% | 0.96% | - |
| XYZ | 56 | 35.84 | 70.3 | - |
| YUV | 163.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 218 | 0 | 0.55 | 0.11 | 0.04 | 312.09 | 0.87 | 0.7 |
| Hex | F5 | 6F | DA | 0 | 37 | B | 4 | 138 | 57 | 46 |
| Octal | 365 | 157 | 332 | 0 | 67 | 13 | 4 | 470 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11011010 | 0 | 110111 | 1011 | 100 | 100111000 | 1010111 | 1000110 |
Color Harmonies of #F56FDA
Complementary color
Monochromatic Colors of #F56FDA
Black with #F56FDA
Text Example
Text Example
White with #F56FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FDA; }
p { color: rgb(245,111,218); }
H1.HeaderClassName
{
color: #F56FDA;
}
.AnyTagClassName
{
color: #F56FDA;
}
</style>
background-color css
<style>
a { background-color: #F56FDA; }
a { background-color: rgb(245,111,218); }
div.DivClassName
{
background-color: #F56FDA;
}
.BgClassName
{
background-color: #F56FDA;
}
</style>
border-color css
<style>
span { border-color: #F56FDA; }
span { border-color: rgb(245,111,218); }
td.TdClassName
{
border-color: #F56FDA;
}
.TagClassName
{
border-color: #F56FDA;
}
</style>