Shades of Pink Flamingo #F65BEC
Tints of Pink Flamingo #F65BEC
RGB
CMYK
RGB Variations
Color information
#F65BEC (or 0xF65BEC) is known color: Pink Flamingo. HEX triplet: F6, 5B and EC. RGB value is (246,91,236). Sum of RGB (Red+Green+Blue) = 246+91+236=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 91 (35.94% from 255 or 15.88% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BEC is #09A413. Grayscale: #999999. Windows color (decimal): -631828 or 15490038. OLE color: 15490038.
HSL color Cylindrical-coordinate representation of color #F65BEC: hue angle of 303.87º 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 #F65BEC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 236 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 303.87º | 0.9% | 0.66% | - |
| HSV(B) | 303.87º | 0.63% | 0.96% | - |
| XYZ | 56.89 | 33.13 | 82.75 | - |
| YUV | 153.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 236 | 0 | 0.63 | 0.04 | 0.04 | 303.87 | 0.9 | 0.66 |
| Hex | F6 | 5B | EC | 0 | 3F | 4 | 4 | 130 | 5A | 42 |
| Octal | 366 | 133 | 354 | 0 | 77 | 4 | 4 | 460 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11101100 | 0 | 111111 | 100 | 100 | 100110000 | 1011010 | 1000010 |
Color Harmonies of #F65BEC
Complementary color
Monochromatic Colors of #F65BEC
Black with #F65BEC
Text Example
Text Example
White with #F65BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BEC; }
p { color: rgb(246,91,236); }
H1.HeaderClassName
{
color: #F65BEC;
}
.AnyTagClassName
{
color: #F65BEC;
}
</style>
background-color css
<style>
a { background-color: #F65BEC; }
a { background-color: rgb(246,91,236); }
div.DivClassName
{
background-color: #F65BEC;
}
.BgClassName
{
background-color: #F65BEC;
}
</style>
border-color css
<style>
span { border-color: #F65BEC; }
span { border-color: rgb(246,91,236); }
td.TdClassName
{
border-color: #F65BEC;
}
.TagClassName
{
border-color: #F65BEC;
}
</style>