Shades of Pink Flamingo #F661ED
Tints of Pink Flamingo #F661ED
RGB
CMYK
RGB Variations
Color information
#F661ED (or 0xF661ED) is known color: Pink Flamingo. HEX triplet: F6, 61 and ED. RGB value is (246,97,237). Sum of RGB (Red+Green+Blue) = 246+97+237=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 97 (38.28% from 255 or 16.72% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 246 - color contains mainly: red. Hex color #F661ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F661ED is #099E12. Grayscale: #9D9D9D. Windows color (decimal): -630291 or 15557110. OLE color: 15557110.
HSL color Cylindrical-coordinate representation of color #F661ED: hue angle of 303.62º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F661ED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 237 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.04 |
| HSL | 303.62º | 0.89% | 0.67% | - |
| HSV(B) | 303.62º | 0.61% | 0.96% | - |
| XYZ | 57.57 | 34.26 | 83.7 | - |
| YUV | 157.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 237 | 0 | 0.61 | 0.04 | 0.04 | 303.62 | 0.89 | 0.67 |
| Hex | F6 | 61 | ED | 0 | 3D | 4 | 4 | 130 | 59 | 43 |
| Octal | 366 | 141 | 355 | 0 | 75 | 4 | 4 | 460 | 131 | 103 |
| Binary | 11110110 | 1100001 | 11101101 | 0 | 111101 | 100 | 100 | 100110000 | 1011001 | 1000011 |
Color Harmonies of #F661ED
Complementary color
Monochromatic Colors of #F661ED
Black with #F661ED
Text Example
Text Example
White with #F661ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F661ED; }
p { color: rgb(246,97,237); }
H1.HeaderClassName
{
color: #F661ED;
}
.AnyTagClassName
{
color: #F661ED;
}
</style>
background-color css
<style>
a { background-color: #F661ED; }
a { background-color: rgb(246,97,237); }
div.DivClassName
{
background-color: #F661ED;
}
.BgClassName
{
background-color: #F661ED;
}
</style>
border-color css
<style>
span { border-color: #F661ED; }
span { border-color: rgb(246,97,237); }
td.TdClassName
{
border-color: #F661ED;
}
.TagClassName
{
border-color: #F661ED;
}
</style>