Shades of Pink Flamingo #F066ED
Tints of Pink Flamingo #F066ED
RGB
CMYK
RGB Variations
Color information
#F066ED (or 0xF066ED) is known color: Pink Flamingo. HEX triplet: F0, 66 and ED. RGB value is (240,102,237). Sum of RGB (Red+Green+Blue) = 240+102+237=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 102 (40.23% from 255 or 17.62% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F066ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066ED is #0F9912. Grayscale: #9E9E9E. Windows color (decimal): -1022227 or 15558384. OLE color: 15558384.
HSL color Cylindrical-coordinate representation of color #F066ED: hue angle of 301.3º 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 #F066ED is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 237 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.06 |
| HSL | 301.3º | 0.82% | 0.67% | - |
| HSV(B) | 301.3º | 0.58% | 0.94% | - |
| XYZ | 55.97 | 34.14 | 83.76 | - |
| YUV | 158.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 237 | 0 | 0.58 | 0.01 | 0.06 | 301.3 | 0.82 | 0.67 |
| Hex | F0 | 66 | ED | 0 | 3A | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 146 | 355 | 0 | 72 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1100110 | 11101101 | 0 | 111010 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F066ED
Complementary color
Monochromatic Colors of #F066ED
Black with #F066ED
Text Example
Text Example
White with #F066ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066ED; }
p { color: rgb(240,102,237); }
H1.HeaderClassName
{
color: #F066ED;
}
.AnyTagClassName
{
color: #F066ED;
}
</style>
background-color css
<style>
a { background-color: #F066ED; }
a { background-color: rgb(240,102,237); }
div.DivClassName
{
background-color: #F066ED;
}
.BgClassName
{
background-color: #F066ED;
}
</style>
border-color css
<style>
span { border-color: #F066ED; }
span { border-color: rgb(240,102,237); }
td.TdClassName
{
border-color: #F066ED;
}
.TagClassName
{
border-color: #F066ED;
}
</style>