Shades of Pink Flamingo #F64EF4
Tints of Pink Flamingo #F64EF4
RGB
CMYK
RGB Variations
Color information
#F64EF4 (or 0xF64EF4) is known color: Pink Flamingo. HEX triplet: F6, 4E and F4. RGB value is (246,78,244). Sum of RGB (Red+Green+Blue) = 246+78+244=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EF4 is #09B10B. Grayscale: #929292. Windows color (decimal): -635148 or 16010998. OLE color: 16010998.
HSL color Cylindrical-coordinate representation of color #F64EF4: hue angle of 300.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EF4 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 244 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 300.71º | 0.9% | 0.64% | - |
| HSV(B) | 300.71º | 0.68% | 0.96% | - |
| XYZ | 57.06 | 31.57 | 88.67 | - |
| YUV | 147.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 244 | 0 | 0.68 | 0.01 | 0.04 | 300.71 | 0.9 | 0.64 |
| Hex | F6 | 4E | F4 | 0 | 44 | 1 | 4 | 12D | 5A | 40 |
| Octal | 366 | 116 | 364 | 0 | 104 | 1 | 4 | 455 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11110100 | 0 | 1000100 | 1 | 100 | 100101101 | 1011010 | 1000000 |
Color Harmonies of #F64EF4
Complementary color
Monochromatic Colors of #F64EF4
Black with #F64EF4
Text Example
Text Example
White with #F64EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EF4; }
p { color: rgb(246,78,244); }
H1.HeaderClassName
{
color: #F64EF4;
}
.AnyTagClassName
{
color: #F64EF4;
}
</style>
background-color css
<style>
a { background-color: #F64EF4; }
a { background-color: rgb(246,78,244); }
div.DivClassName
{
background-color: #F64EF4;
}
.BgClassName
{
background-color: #F64EF4;
}
</style>
border-color css
<style>
span { border-color: #F64EF4; }
span { border-color: rgb(246,78,244); }
td.TdClassName
{
border-color: #F64EF4;
}
.TagClassName
{
border-color: #F64EF4;
}
</style>