Shades of Pink Flamingo #F068EE
Tints of Pink Flamingo #F068EE
RGB
CMYK
RGB Variations
Color information
#F068EE (or 0xF068EE) is known color: Pink Flamingo. HEX triplet: F0, 68 and EE. RGB value is (240,104,238). Sum of RGB (Red+Green+Blue) = 240+104+238=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F068EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F068EE is #0F9711. Grayscale: #9F9F9F. Windows color (decimal): -1021714 or 15624432. OLE color: 15624432.
HSL color Cylindrical-coordinate representation of color #F068EE: hue angle of 300.88º 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 #F068EE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 238 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.06 |
| HSL | 300.88º | 0.82% | 0.67% | - |
| HSV(B) | 300.88º | 0.57% | 0.94% | - |
| XYZ | 56.32 | 34.6 | 84.6 | - |
| YUV | 159.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 238 | 0 | 0.57 | 0.01 | 0.06 | 300.88 | 0.82 | 0.67 |
| Hex | F0 | 68 | EE | 0 | 39 | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 150 | 356 | 0 | 71 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1101000 | 11101110 | 0 | 111001 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F068EE
Complementary color
Monochromatic Colors of #F068EE
Black with #F068EE
Text Example
Text Example
White with #F068EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F068EE; }
p { color: rgb(240,104,238); }
H1.HeaderClassName
{
color: #F068EE;
}
.AnyTagClassName
{
color: #F068EE;
}
</style>
background-color css
<style>
a { background-color: #F068EE; }
a { background-color: rgb(240,104,238); }
div.DivClassName
{
background-color: #F068EE;
}
.BgClassName
{
background-color: #F068EE;
}
</style>
border-color css
<style>
span { border-color: #F068EE; }
span { border-color: rgb(240,104,238); }
td.TdClassName
{
border-color: #F068EE;
}
.TagClassName
{
border-color: #F068EE;
}
</style>