Shades of Pink Flamingo #F066EE
Tints of Pink Flamingo #F066EE
RGB
CMYK
RGB Variations
Color information
#F066EE (or 0xF066EE) is known color: Pink Flamingo. HEX triplet: F0, 66 and EE. RGB value is (240,102,238). Sum of RGB (Red+Green+Blue) = 240+102+238=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 102 (40.23% from 255 or 17.59% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F066EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066EE is #0F9911. Grayscale: #9E9E9E. Windows color (decimal): -1022226 or 15623920. OLE color: 15623920.
HSL color Cylindrical-coordinate representation of color #F066EE: hue angle of 300.87º 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 #F066EE is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 238 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.06 |
| HSL | 300.87º | 0.82% | 0.67% | - |
| HSV(B) | 300.87º | 0.58% | 0.94% | - |
| XYZ | 56.12 | 34.2 | 84.53 | - |
| YUV | 158.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 238 | 0 | 0.58 | 0.01 | 0.06 | 300.87 | 0.82 | 0.67 |
| Hex | F0 | 66 | EE | 0 | 3A | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 146 | 356 | 0 | 72 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11101110 | 0 | 111010 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F066EE
Complementary color
Monochromatic Colors of #F066EE
Black with #F066EE
Text Example
Text Example
White with #F066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066EE; }
p { color: rgb(240,102,238); }
H1.HeaderClassName
{
color: #F066EE;
}
.AnyTagClassName
{
color: #F066EE;
}
</style>
background-color css
<style>
a { background-color: #F066EE; }
a { background-color: rgb(240,102,238); }
div.DivClassName
{
background-color: #F066EE;
}
.BgClassName
{
background-color: #F066EE;
}
</style>
border-color css
<style>
span { border-color: #F066EE; }
span { border-color: rgb(240,102,238); }
td.TdClassName
{
border-color: #F066EE;
}
.TagClassName
{
border-color: #F066EE;
}
</style>