Shades of Pink Flamingo #F568EC
Tints of Pink Flamingo #F568EC
RGB
CMYK
RGB Variations
Color information
#F568EC (or 0xF568EC) is known color: Pink Flamingo. HEX triplet: F5, 68 and EC. RGB value is (245,104,236). Sum of RGB (Red+Green+Blue) = 245+104+236=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F568EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568EC is #0A9713. Grayscale: #A0A0A0. Windows color (decimal): -694036 or 15493365. OLE color: 15493365.
HSL color Cylindrical-coordinate representation of color #F568EC: hue angle of 303.83º 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 #F568EC is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 236 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.04 |
| HSL | 303.83º | 0.88% | 0.68% | - |
| HSV(B) | 303.83º | 0.58% | 0.96% | - |
| XYZ | 57.75 | 35.37 | 83.14 | - |
| YUV | 161.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 236 | 0 | 0.58 | 0.04 | 0.04 | 303.83 | 0.88 | 0.68 |
| Hex | F5 | 68 | EC | 0 | 3A | 4 | 4 | 130 | 58 | 44 |
| Octal | 365 | 150 | 354 | 0 | 72 | 4 | 4 | 460 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11101100 | 0 | 111010 | 100 | 100 | 100110000 | 1011000 | 1000100 |
Color Harmonies of #F568EC
Complementary color
Monochromatic Colors of #F568EC
Black with #F568EC
Text Example
Text Example
White with #F568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568EC; }
p { color: rgb(245,104,236); }
H1.HeaderClassName
{
color: #F568EC;
}
.AnyTagClassName
{
color: #F568EC;
}
</style>
background-color css
<style>
a { background-color: #F568EC; }
a { background-color: rgb(245,104,236); }
div.DivClassName
{
background-color: #F568EC;
}
.BgClassName
{
background-color: #F568EC;
}
</style>
border-color css
<style>
span { border-color: #F568EC; }
span { border-color: rgb(245,104,236); }
td.TdClassName
{
border-color: #F568EC;
}
.TagClassName
{
border-color: #F568EC;
}
</style>