Shades of Pink Flamingo #F563EC
Tints of Pink Flamingo #F563EC
RGB
CMYK
RGB Variations
Color information
#F563EC (or 0xF563EC) is known color: Pink Flamingo. HEX triplet: F5, 63 and EC. RGB value is (245,99,236). Sum of RGB (Red+Green+Blue) = 245+99+236=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 99 (39.06% from 255 or 17.07% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F563EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F563EC is #0A9C13. Grayscale: #9D9D9D. Windows color (decimal): -695316 or 15492085. OLE color: 15492085.
HSL color Cylindrical-coordinate representation of color #F563EC: hue angle of 303.7º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563EC is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 236 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.04 |
| HSL | 303.7º | 0.88% | 0.67% | - |
| HSV(B) | 303.7º | 0.6% | 0.96% | - |
| XYZ | 57.26 | 34.39 | 82.98 | - |
| YUV | 158.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 236 | 0 | 0.60 | 0.04 | 0.04 | 303.7 | 0.88 | 0.67 |
| Hex | F5 | 63 | EC | 0 | 3C | 4 | 4 | 130 | 58 | 43 |
| Octal | 365 | 143 | 354 | 0 | 74 | 4 | 4 | 460 | 130 | 103 |
| Binary | 11110101 | 1100011 | 11101100 | 0 | 111100 | 100 | 100 | 100110000 | 1011000 | 1000011 |
Color Harmonies of #F563EC
Complementary color
Monochromatic Colors of #F563EC
Black with #F563EC
Text Example
Text Example
White with #F563EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563EC; }
p { color: rgb(245,99,236); }
H1.HeaderClassName
{
color: #F563EC;
}
.AnyTagClassName
{
color: #F563EC;
}
</style>
background-color css
<style>
a { background-color: #F563EC; }
a { background-color: rgb(245,99,236); }
div.DivClassName
{
background-color: #F563EC;
}
.BgClassName
{
background-color: #F563EC;
}
</style>
border-color css
<style>
span { border-color: #F563EC; }
span { border-color: rgb(245,99,236); }
td.TdClassName
{
border-color: #F563EC;
}
.TagClassName
{
border-color: #F563EC;
}
</style>