Shades of Pale Magenta #F56BE5
Tints of Pale Magenta #F56BE5
RGB
CMYK
RGB Variations
Color information
#F56BE5 (or 0xF56BE5) is known color: Pale Magenta. HEX triplet: F5, 6B and E5. RGB value is (245,107,229). Sum of RGB (Red+Green+Blue) = 245+107+229=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BE5 is #0A941A. Grayscale: #A1A1A1. Windows color (decimal): -693275 or 15035381. OLE color: 15035381.
HSL color Cylindrical-coordinate representation of color #F56BE5: hue angle of 306.96º 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 #F56BE5 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 229 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.04 |
| HSL | 306.96º | 0.87% | 0.69% | - |
| HSV(B) | 306.96º | 0.56% | 0.96% | - |
| XYZ | 57.06 | 35.59 | 77.99 | - |
| YUV | 162.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 229 | 0 | 0.56 | 0.07 | 0.04 | 306.96 | 0.87 | 0.69 |
| Hex | F5 | 6B | E5 | 0 | 38 | 7 | 4 | 133 | 57 | 45 |
| Octal | 365 | 153 | 345 | 0 | 70 | 7 | 4 | 463 | 127 | 105 |
| Binary | 11110101 | 1101011 | 11100101 | 0 | 111000 | 111 | 100 | 100110011 | 1010111 | 1000101 |
Color Harmonies of #F56BE5
Complementary color
Monochromatic Colors of #F56BE5
Black with #F56BE5
Text Example
Text Example
White with #F56BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BE5; }
p { color: rgb(245,107,229); }
H1.HeaderClassName
{
color: #F56BE5;
}
.AnyTagClassName
{
color: #F56BE5;
}
</style>
background-color css
<style>
a { background-color: #F56BE5; }
a { background-color: rgb(245,107,229); }
div.DivClassName
{
background-color: #F56BE5;
}
.BgClassName
{
background-color: #F56BE5;
}
</style>
border-color css
<style>
span { border-color: #F56BE5; }
span { border-color: rgb(245,107,229); }
td.TdClassName
{
border-color: #F56BE5;
}
.TagClassName
{
border-color: #F56BE5;
}
</style>