Shades of Pink Flamingo #F65AEC
Tints of Pink Flamingo #F65AEC
RGB
CMYK
RGB Variations
Color information
#F65AEC (or 0xF65AEC) is known color: Pink Flamingo. HEX triplet: F6, 5A and EC. RGB value is (246,90,236). Sum of RGB (Red+Green+Blue) = 246+90+236=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AEC is #09A513. Grayscale: #989898. Windows color (decimal): -632084 or 15489782. OLE color: 15489782.
HSL color Cylindrical-coordinate representation of color #F65AEC: hue angle of 303.85º 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 #F65AEC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 236 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 303.85º | 0.9% | 0.66% | - |
| HSV(B) | 303.85º | 0.63% | 0.96% | - |
| XYZ | 56.8 | 32.96 | 82.73 | - |
| YUV | 153.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 236 | 0 | 0.63 | 0.04 | 0.04 | 303.85 | 0.9 | 0.66 |
| Hex | F6 | 5A | EC | 0 | 3F | 4 | 4 | 130 | 5A | 42 |
| Octal | 366 | 132 | 354 | 0 | 77 | 4 | 4 | 460 | 132 | 102 |
| Binary | 11110110 | 1011010 | 11101100 | 0 | 111111 | 100 | 100 | 100110000 | 1011010 | 1000010 |
Color Harmonies of #F65AEC
Complementary color
Monochromatic Colors of #F65AEC
Black with #F65AEC
Text Example
Text Example
White with #F65AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AEC; }
p { color: rgb(246,90,236); }
H1.HeaderClassName
{
color: #F65AEC;
}
.AnyTagClassName
{
color: #F65AEC;
}
</style>
background-color css
<style>
a { background-color: #F65AEC; }
a { background-color: rgb(246,90,236); }
div.DivClassName
{
background-color: #F65AEC;
}
.BgClassName
{
background-color: #F65AEC;
}
</style>
border-color css
<style>
span { border-color: #F65AEC; }
span { border-color: rgb(246,90,236); }
td.TdClassName
{
border-color: #F65AEC;
}
.TagClassName
{
border-color: #F65AEC;
}
</style>