Shades of Pink Flamingo #F068EC
Tints of Pink Flamingo #F068EC
RGB
CMYK
RGB Variations
Color information
#F068EC (or 0xF068EC) is known color: Pink Flamingo. HEX triplet: F0, 68 and EC. RGB value is (240,104,236). Sum of RGB (Red+Green+Blue) = 240+104+236=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 104 (41.02% from 255 or 17.93% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F068EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068EC is #0F9713. Grayscale: #9F9F9F. Windows color (decimal): -1021716 or 15493360. OLE color: 15493360.
HSL color Cylindrical-coordinate representation of color #F068EC: hue angle of 301.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068EC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 236 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.06 |
| HSL | 301.76º | 0.82% | 0.67% | - |
| HSV(B) | 301.76º | 0.57% | 0.94% | - |
| XYZ | 56.03 | 34.48 | 83.06 | - |
| YUV | 159.71 | 171.06 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 236 | 0 | 0.57 | 0.02 | 0.06 | 301.76 | 0.82 | 0.67 |
| Hex | F0 | 68 | EC | 0 | 39 | 2 | 6 | 12E | 52 | 43 |
| Octal | 360 | 150 | 354 | 0 | 71 | 2 | 6 | 456 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11101100 | 0 | 111001 | 10 | 110 | 100101110 | 1010010 | 1000011 |
Color Harmonies of #F068EC
Complementary color
Monochromatic Colors of #F068EC
Black with #F068EC
Text Example
Text Example
White with #F068EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068EC; }
p { color: rgb(240,104,236); }
H1.HeaderClassName
{
color: #F068EC;
}
.AnyTagClassName
{
color: #F068EC;
}
</style>
background-color css
<style>
a { background-color: #F068EC; }
a { background-color: rgb(240,104,236); }
div.DivClassName
{
background-color: #F068EC;
}
.BgClassName
{
background-color: #F068EC;
}
</style>
border-color css
<style>
span { border-color: #F068EC; }
span { border-color: rgb(240,104,236); }
td.TdClassName
{
border-color: #F068EC;
}
.TagClassName
{
border-color: #F068EC;
}
</style>