Shades of Pale Magenta #F56DE2
Tints of Pale Magenta #F56DE2
RGB
CMYK
RGB Variations
Color information
#F56DE2 (or 0xF56DE2) is known color: Pale Magenta. HEX triplet: F5, 6D and E2. RGB value is (245,109,226). Sum of RGB (Red+Green+Blue) = 245+109+226=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DE2 is #0A921D. Grayscale: #A2A2A2. Windows color (decimal): -692766 or 14839285. OLE color: 14839285.
HSL color Cylindrical-coordinate representation of color #F56DE2: hue angle of 308.38º 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 #F56DE2 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 226 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.04 |
| HSL | 308.38º | 0.87% | 0.69% | - |
| HSV(B) | 308.38º | 0.56% | 0.96% | - |
| XYZ | 56.85 | 35.84 | 75.87 | - |
| YUV | 163 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 226 | 0 | 0.56 | 0.08 | 0.04 | 308.38 | 0.87 | 0.69 |
| Hex | F5 | 6D | E2 | 0 | 38 | 8 | 4 | 134 | 57 | 45 |
| Octal | 365 | 155 | 342 | 0 | 70 | 10 | 4 | 464 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11100010 | 0 | 111000 | 1000 | 100 | 100110100 | 1010111 | 1000101 |
Color Harmonies of #F56DE2
Complementary color
Monochromatic Colors of #F56DE2
Black with #F56DE2
Text Example
Text Example
White with #F56DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DE2; }
p { color: rgb(245,109,226); }
H1.HeaderClassName
{
color: #F56DE2;
}
.AnyTagClassName
{
color: #F56DE2;
}
</style>
background-color css
<style>
a { background-color: #F56DE2; }
a { background-color: rgb(245,109,226); }
div.DivClassName
{
background-color: #F56DE2;
}
.BgClassName
{
background-color: #F56DE2;
}
</style>
border-color css
<style>
span { border-color: #F56DE2; }
span { border-color: rgb(245,109,226); }
td.TdClassName
{
border-color: #F56DE2;
}
.TagClassName
{
border-color: #F56DE2;
}
</style>