Shades of Pink Flamingo #F65CEC
Tints of Pink Flamingo #F65CEC
RGB
CMYK
RGB Variations
Color information
#F65CEC (or 0xF65CEC) is known color: Pink Flamingo. HEX triplet: F6, 5C and EC. RGB value is (246,92,236). Sum of RGB (Red+Green+Blue) = 246+92+236=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 92 (36.33% from 255 or 16.03% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CEC is #09A313. Grayscale: #9A9A9A. Windows color (decimal): -631572 or 15490294. OLE color: 15490294.
HSL color Cylindrical-coordinate representation of color #F65CEC: hue angle of 303.9º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65CEC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 236 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 303.9º | 0.9% | 0.66% | - |
| HSV(B) | 303.9º | 0.63% | 0.96% | - |
| XYZ | 56.97 | 33.3 | 82.78 | - |
| YUV | 154.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 236 | 0 | 0.63 | 0.04 | 0.04 | 303.9 | 0.9 | 0.66 |
| Hex | F6 | 5C | EC | 0 | 3F | 4 | 4 | 130 | 5A | 42 |
| Octal | 366 | 134 | 354 | 0 | 77 | 4 | 4 | 460 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11101100 | 0 | 111111 | 100 | 100 | 100110000 | 1011010 | 1000010 |
Color Harmonies of #F65CEC
Complementary color
Monochromatic Colors of #F65CEC
Black with #F65CEC
Text Example
Text Example
White with #F65CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CEC; }
p { color: rgb(246,92,236); }
H1.HeaderClassName
{
color: #F65CEC;
}
.AnyTagClassName
{
color: #F65CEC;
}
</style>
background-color css
<style>
a { background-color: #F65CEC; }
a { background-color: rgb(246,92,236); }
div.DivClassName
{
background-color: #F65CEC;
}
.BgClassName
{
background-color: #F65CEC;
}
</style>
border-color css
<style>
span { border-color: #F65CEC; }
span { border-color: rgb(246,92,236); }
td.TdClassName
{
border-color: #F65CEC;
}
.TagClassName
{
border-color: #F65CEC;
}
</style>