Shades of Pink Flamingo #F068EF
Tints of Pink Flamingo #F068EF
RGB
CMYK
RGB Variations
Color information
#F068EF (or 0xF068EF) is known color: Pink Flamingo. HEX triplet: F0, 68 and EF. RGB value is (240,104,239). Sum of RGB (Red+Green+Blue) = 240+104+239=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 104 (41.02% from 255 or 17.84% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F068EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068EF is #0F9710. Grayscale: #9F9F9F. Windows color (decimal): -1021713 or 15689968. OLE color: 15689968.
HSL color Cylindrical-coordinate representation of color #F068EF: hue angle of 300.44º 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 #F068EF is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 239 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.06 |
| HSL | 300.44º | 0.82% | 0.67% | - |
| HSV(B) | 300.44º | 0.57% | 0.94% | - |
| XYZ | 56.47 | 34.66 | 85.37 | - |
| YUV | 160.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 239 | 0 | 0.57 | 0.00 | 0.06 | 300.44 | 0.82 | 0.67 |
| Hex | F0 | 68 | EF | 0 | 39 | 0 | 6 | 12C | 52 | 43 |
| Octal | 360 | 150 | 357 | 0 | 71 | 0 | 6 | 454 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11101111 | 0 | 111001 | 0 | 110 | 100101100 | 1010010 | 1000011 |
Color Harmonies of #F068EF
Complementary color
Monochromatic Colors of #F068EF
Black with #F068EF
Text Example
Text Example
White with #F068EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068EF; }
p { color: rgb(240,104,239); }
H1.HeaderClassName
{
color: #F068EF;
}
.AnyTagClassName
{
color: #F068EF;
}
</style>
background-color css
<style>
a { background-color: #F068EF; }
a { background-color: rgb(240,104,239); }
div.DivClassName
{
background-color: #F068EF;
}
.BgClassName
{
background-color: #F068EF;
}
</style>
border-color css
<style>
span { border-color: #F068EF; }
span { border-color: rgb(240,104,239); }
td.TdClassName
{
border-color: #F068EF;
}
.TagClassName
{
border-color: #F068EF;
}
</style>