Shades of Pink Flamingo #F568EF
Tints of Pink Flamingo #F568EF
RGB
CMYK
RGB Variations
Color information
#F568EF (or 0xF568EF) is known color: Pink Flamingo. HEX triplet: F5, 68 and EF. RGB value is (245,104,239). Sum of RGB (Red+Green+Blue) = 245+104+239=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F568EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568EF is #0A9710. Grayscale: #A1A1A1. Windows color (decimal): -694033 or 15689973. OLE color: 15689973.
HSL color Cylindrical-coordinate representation of color #F568EF: hue angle of 302.55º 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 #F568EF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 239 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.04 |
| HSL | 302.55º | 0.88% | 0.68% | - |
| HSV(B) | 302.55º | 0.58% | 0.96% | - |
| XYZ | 58.19 | 35.55 | 85.46 | - |
| YUV | 161.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 239 | 0 | 0.58 | 0.02 | 0.04 | 302.55 | 0.88 | 0.68 |
| Hex | F5 | 68 | EF | 0 | 3A | 2 | 4 | 12F | 58 | 44 |
| Octal | 365 | 150 | 357 | 0 | 72 | 2 | 4 | 457 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11101111 | 0 | 111010 | 10 | 100 | 100101111 | 1011000 | 1000100 |
Color Harmonies of #F568EF
Complementary color
Monochromatic Colors of #F568EF
Black with #F568EF
Text Example
Text Example
White with #F568EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568EF; }
p { color: rgb(245,104,239); }
H1.HeaderClassName
{
color: #F568EF;
}
.AnyTagClassName
{
color: #F568EF;
}
</style>
background-color css
<style>
a { background-color: #F568EF; }
a { background-color: rgb(245,104,239); }
div.DivClassName
{
background-color: #F568EF;
}
.BgClassName
{
background-color: #F568EF;
}
</style>
border-color css
<style>
span { border-color: #F568EF; }
span { border-color: rgb(245,104,239); }
td.TdClassName
{
border-color: #F568EF;
}
.TagClassName
{
border-color: #F568EF;
}
</style>