Shades of Pink Flamingo #F064EF
Tints of Pink Flamingo #F064EF
RGB
CMYK
RGB Variations
Color information
#F064EF (or 0xF064EF) is known color: Pink Flamingo. HEX triplet: F0, 64 and EF. RGB value is (240,100,239). Sum of RGB (Red+Green+Blue) = 240+100+239=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F064EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064EF is #0F9B10. Grayscale: #9D9D9D. Windows color (decimal): -1022737 or 15688944. OLE color: 15688944.
HSL color Cylindrical-coordinate representation of color #F064EF: hue angle of 300.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064EF is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 239 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.06 |
| HSL | 300.43º | 0.82% | 0.67% | - |
| HSV(B) | 300.43º | 0.58% | 0.94% | - |
| XYZ | 56.07 | 33.87 | 85.24 | - |
| YUV | 157.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 239 | 0 | 0.58 | 0.00 | 0.06 | 300.43 | 0.82 | 0.67 |
| Hex | F0 | 64 | EF | 0 | 3A | 0 | 6 | 12C | 52 | 43 |
| Octal | 360 | 144 | 357 | 0 | 72 | 0 | 6 | 454 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11101111 | 0 | 111010 | 0 | 110 | 100101100 | 1010010 | 1000011 |
Color Harmonies of #F064EF
Complementary color
Monochromatic Colors of #F064EF
Black with #F064EF
Text Example
Text Example
White with #F064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064EF; }
p { color: rgb(240,100,239); }
H1.HeaderClassName
{
color: #F064EF;
}
.AnyTagClassName
{
color: #F064EF;
}
</style>
background-color css
<style>
a { background-color: #F064EF; }
a { background-color: rgb(240,100,239); }
div.DivClassName
{
background-color: #F064EF;
}
.BgClassName
{
background-color: #F064EF;
}
</style>
border-color css
<style>
span { border-color: #F064EF; }
span { border-color: rgb(240,100,239); }
td.TdClassName
{
border-color: #F064EF;
}
.TagClassName
{
border-color: #F064EF;
}
</style>