Shades of Pink Flamingo #F665EF
Tints of Pink Flamingo #F665EF
RGB
CMYK
RGB Variations
Color information
#F665EF (or 0xF665EF) is known color: Pink Flamingo. HEX triplet: F6, 65 and EF. RGB value is (246,101,239). Sum of RGB (Red+Green+Blue) = 246+101+239=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F665EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665EF is #099A10. Grayscale: #9F9F9F. Windows color (decimal): -629265 or 15689206. OLE color: 15689206.
HSL color Cylindrical-coordinate representation of color #F665EF: hue angle of 302.9º 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 #F665EF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 239 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.04 |
| HSL | 302.9º | 0.89% | 0.68% | - |
| HSV(B) | 302.9º | 0.59% | 0.96% | - |
| XYZ | 58.24 | 35.13 | 85.37 | - |
| YUV | 160.09 | 172.54 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 239 | 0 | 0.59 | 0.03 | 0.04 | 302.9 | 0.89 | 0.68 |
| Hex | F6 | 65 | EF | 0 | 3B | 3 | 4 | 12F | 59 | 44 |
| Octal | 366 | 145 | 357 | 0 | 73 | 3 | 4 | 457 | 131 | 104 |
| Binary | 11110110 | 1100101 | 11101111 | 0 | 111011 | 11 | 100 | 100101111 | 1011001 | 1000100 |
Color Harmonies of #F665EF
Complementary color
Monochromatic Colors of #F665EF
Black with #F665EF
Text Example
Text Example
White with #F665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665EF; }
p { color: rgb(246,101,239); }
H1.HeaderClassName
{
color: #F665EF;
}
.AnyTagClassName
{
color: #F665EF;
}
</style>
background-color css
<style>
a { background-color: #F665EF; }
a { background-color: rgb(246,101,239); }
div.DivClassName
{
background-color: #F665EF;
}
.BgClassName
{
background-color: #F665EF;
}
</style>
border-color css
<style>
span { border-color: #F665EF; }
span { border-color: rgb(246,101,239); }
td.TdClassName
{
border-color: #F665EF;
}
.TagClassName
{
border-color: #F665EF;
}
</style>