Shades of Pink Flamingo #F660ED
Tints of Pink Flamingo #F660ED
RGB
CMYK
RGB Variations
Color information
#F660ED (or 0xF660ED) is known color: Pink Flamingo. HEX triplet: F6, 60 and ED. RGB value is (246,96,237). Sum of RGB (Red+Green+Blue) = 246+96+237=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 246 - color contains mainly: red. Hex color #F660ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F660ED is #099F12. Grayscale: #9C9C9C. Windows color (decimal): -630547 or 15556854. OLE color: 15556854.
HSL color Cylindrical-coordinate representation of color #F660ED: hue angle of 303.6º 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 #F660ED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 237 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.04 |
| HSL | 303.6º | 0.89% | 0.67% | - |
| HSV(B) | 303.6º | 0.61% | 0.96% | - |
| XYZ | 57.47 | 34.07 | 83.67 | - |
| YUV | 156.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 237 | 0 | 0.61 | 0.04 | 0.04 | 303.6 | 0.89 | 0.67 |
| Hex | F6 | 60 | ED | 0 | 3D | 4 | 4 | 130 | 59 | 43 |
| Octal | 366 | 140 | 355 | 0 | 75 | 4 | 4 | 460 | 131 | 103 |
| Binary | 11110110 | 1100000 | 11101101 | 0 | 111101 | 100 | 100 | 100110000 | 1011001 | 1000011 |
Color Harmonies of #F660ED
Complementary color
Monochromatic Colors of #F660ED
Black with #F660ED
Text Example
Text Example
White with #F660ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F660ED; }
p { color: rgb(246,96,237); }
H1.HeaderClassName
{
color: #F660ED;
}
.AnyTagClassName
{
color: #F660ED;
}
</style>
background-color css
<style>
a { background-color: #F660ED; }
a { background-color: rgb(246,96,237); }
div.DivClassName
{
background-color: #F660ED;
}
.BgClassName
{
background-color: #F660ED;
}
</style>
border-color css
<style>
span { border-color: #F660ED; }
span { border-color: rgb(246,96,237); }
td.TdClassName
{
border-color: #F660ED;
}
.TagClassName
{
border-color: #F660ED;
}
</style>