Shades of Pink Flamingo #F668ED
Tints of Pink Flamingo #F668ED
RGB
CMYK
RGB Variations
Color information
#F668ED (or 0xF668ED) is known color: Pink Flamingo. HEX triplet: F6, 68 and ED. RGB value is (246,104,237). Sum of RGB (Red+Green+Blue) = 246+104+237=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 104 (41.02% from 255 or 17.72% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F668ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668ED is #099712. Grayscale: #A1A1A1. Windows color (decimal): -628499 or 15558902. OLE color: 15558902.
HSL color Cylindrical-coordinate representation of color #F668ED: hue angle of 303.8º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668ED is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 237 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.04 |
| HSL | 303.8º | 0.89% | 0.69% | - |
| HSV(B) | 303.8º | 0.58% | 0.96% | - |
| XYZ | 58.24 | 35.61 | 83.92 | - |
| YUV | 161.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 237 | 0 | 0.58 | 0.04 | 0.04 | 303.8 | 0.89 | 0.69 |
| Hex | F6 | 68 | ED | 0 | 3A | 4 | 4 | 130 | 59 | 45 |
| Octal | 366 | 150 | 355 | 0 | 72 | 4 | 4 | 460 | 131 | 105 |
| Binary | 11110110 | 1101000 | 11101101 | 0 | 111010 | 100 | 100 | 100110000 | 1011001 | 1000101 |
Color Harmonies of #F668ED
Complementary color
Monochromatic Colors of #F668ED
Black with #F668ED
Text Example
Text Example
White with #F668ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668ED; }
p { color: rgb(246,104,237); }
H1.HeaderClassName
{
color: #F668ED;
}
.AnyTagClassName
{
color: #F668ED;
}
</style>
background-color css
<style>
a { background-color: #F668ED; }
a { background-color: rgb(246,104,237); }
div.DivClassName
{
background-color: #F668ED;
}
.BgClassName
{
background-color: #F668ED;
}
</style>
border-color css
<style>
span { border-color: #F668ED; }
span { border-color: rgb(246,104,237); }
td.TdClassName
{
border-color: #F668ED;
}
.TagClassName
{
border-color: #F668ED;
}
</style>