Shades of Pink Flamingo #F566EC
Tints of Pink Flamingo #F566EC
RGB
CMYK
RGB Variations
Color information
#F566EC (or 0xF566EC) is known color: Pink Flamingo. HEX triplet: F5, 66 and EC. RGB value is (245,102,236). Sum of RGB (Red+Green+Blue) = 245+102+236=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F566EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566EC is #0A9913. Grayscale: #9F9F9F. Windows color (decimal): -694548 or 15492853. OLE color: 15492853.
HSL color Cylindrical-coordinate representation of color #F566EC: hue angle of 303.78º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566EC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 236 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.04 |
| HSL | 303.78º | 0.88% | 0.68% | - |
| HSV(B) | 303.78º | 0.58% | 0.96% | - |
| XYZ | 57.55 | 34.97 | 83.07 | - |
| YUV | 160.03 | 170.88 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 236 | 0 | 0.58 | 0.04 | 0.04 | 303.78 | 0.88 | 0.68 |
| Hex | F5 | 66 | EC | 0 | 3A | 4 | 4 | 130 | 58 | 44 |
| Octal | 365 | 146 | 354 | 0 | 72 | 4 | 4 | 460 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11101100 | 0 | 111010 | 100 | 100 | 100110000 | 1011000 | 1000100 |
Color Harmonies of #F566EC
Complementary color
Monochromatic Colors of #F566EC
Black with #F566EC
Text Example
Text Example
White with #F566EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566EC; }
p { color: rgb(245,102,236); }
H1.HeaderClassName
{
color: #F566EC;
}
.AnyTagClassName
{
color: #F566EC;
}
</style>
background-color css
<style>
a { background-color: #F566EC; }
a { background-color: rgb(245,102,236); }
div.DivClassName
{
background-color: #F566EC;
}
.BgClassName
{
background-color: #F566EC;
}
</style>
border-color css
<style>
span { border-color: #F566EC; }
span { border-color: rgb(245,102,236); }
td.TdClassName
{
border-color: #F566EC;
}
.TagClassName
{
border-color: #F566EC;
}
</style>