Shades of Pink Flamingo #F64AEF
Tints of Pink Flamingo #F64AEF
RGB
CMYK
RGB Variations
Color information
#F64AEF (or 0xF64AEF) is known color: Pink Flamingo. HEX triplet: F6, 4A and EF. RGB value is (246,74,239). Sum of RGB (Red+Green+Blue) = 246+74+239=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AEF is #09B510. Grayscale: #8F8F8F. Windows color (decimal): -636177 or 15682294. OLE color: 15682294.
HSL color Cylindrical-coordinate representation of color #F64AEF: hue angle of 302.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64AEF is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 239 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.04 |
| HSL | 302.44º | 0.91% | 0.63% | - |
| HSV(B) | 302.44º | 0.7% | 0.96% | - |
| XYZ | 56.03 | 30.72 | 84.64 | - |
| YUV | 144.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 239 | 0 | 0.70 | 0.03 | 0.04 | 302.44 | 0.91 | 0.63 |
| Hex | F6 | 4A | EF | 0 | 46 | 3 | 4 | 12E | 5B | 3F |
| Octal | 366 | 112 | 357 | 0 | 106 | 3 | 4 | 456 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11101111 | 0 | 1000110 | 11 | 100 | 100101110 | 1011011 | 111111 |
Color Harmonies of #F64AEF
Complementary color
Monochromatic Colors of #F64AEF
Black with #F64AEF
Text Example
Text Example
White with #F64AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AEF; }
p { color: rgb(246,74,239); }
H1.HeaderClassName
{
color: #F64AEF;
}
.AnyTagClassName
{
color: #F64AEF;
}
</style>
background-color css
<style>
a { background-color: #F64AEF; }
a { background-color: rgb(246,74,239); }
div.DivClassName
{
background-color: #F64AEF;
}
.BgClassName
{
background-color: #F64AEF;
}
</style>
border-color css
<style>
span { border-color: #F64AEF; }
span { border-color: rgb(246,74,239); }
td.TdClassName
{
border-color: #F64AEF;
}
.TagClassName
{
border-color: #F64AEF;
}
</style>