Shades of Pink Flamingo #F666ED
Tints of Pink Flamingo #F666ED
RGB
CMYK
RGB Variations
Color information
#F666ED (or 0xF666ED) is known color: Pink Flamingo. HEX triplet: F6, 66 and ED. RGB value is (246,102,237). Sum of RGB (Red+Green+Blue) = 246+102+237=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F666ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F666ED is #099912. Grayscale: #A0A0A0. Windows color (decimal): -629011 or 15558390. OLE color: 15558390.
HSL color Cylindrical-coordinate representation of color #F666ED: hue angle of 303.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666ED is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 237 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.04 |
| HSL | 303.75º | 0.89% | 0.68% | - |
| HSV(B) | 303.75º | 0.59% | 0.96% | - |
| XYZ | 58.04 | 35.21 | 83.86 | - |
| YUV | 160.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 237 | 0 | 0.59 | 0.04 | 0.04 | 303.75 | 0.89 | 0.68 |
| Hex | F6 | 66 | ED | 0 | 3B | 4 | 4 | 130 | 59 | 44 |
| Octal | 366 | 146 | 355 | 0 | 73 | 4 | 4 | 460 | 131 | 104 |
| Binary | 11110110 | 1100110 | 11101101 | 0 | 111011 | 100 | 100 | 100110000 | 1011001 | 1000100 |
Color Harmonies of #F666ED
Complementary color
Monochromatic Colors of #F666ED
Black with #F666ED
Text Example
Text Example
White with #F666ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666ED; }
p { color: rgb(246,102,237); }
H1.HeaderClassName
{
color: #F666ED;
}
.AnyTagClassName
{
color: #F666ED;
}
</style>
background-color css
<style>
a { background-color: #F666ED; }
a { background-color: rgb(246,102,237); }
div.DivClassName
{
background-color: #F666ED;
}
.BgClassName
{
background-color: #F666ED;
}
</style>
border-color css
<style>
span { border-color: #F666ED; }
span { border-color: rgb(246,102,237); }
td.TdClassName
{
border-color: #F666ED;
}
.TagClassName
{
border-color: #F666ED;
}
</style>