Shades of Pink Flamingo #F64EF0
Tints of Pink Flamingo #F64EF0
RGB
CMYK
RGB Variations
Color information
#F64EF0 (or 0xF64EF0) is known color: Pink Flamingo. HEX triplet: F6, 4E and F0. RGB value is (246,78,240). Sum of RGB (Red+Green+Blue) = 246+78+240=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EF0 is #09B10F. Grayscale: #929292. Windows color (decimal): -635152 or 15748854. OLE color: 15748854.
HSL color Cylindrical-coordinate representation of color #F64EF0: hue angle of 302.14º 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 #F64EF0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 240 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.04 |
| HSL | 302.14º | 0.9% | 0.64% | - |
| HSV(B) | 302.14º | 0.68% | 0.96% | - |
| XYZ | 56.46 | 31.33 | 85.51 | - |
| YUV | 146.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 240 | 0 | 0.68 | 0.02 | 0.04 | 302.14 | 0.9 | 0.64 |
| Hex | F6 | 4E | F0 | 0 | 44 | 2 | 4 | 12E | 5A | 40 |
| Octal | 366 | 116 | 360 | 0 | 104 | 2 | 4 | 456 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11110000 | 0 | 1000100 | 10 | 100 | 100101110 | 1011010 | 1000000 |
Color Harmonies of #F64EF0
Complementary color
Monochromatic Colors of #F64EF0
Black with #F64EF0
Text Example
Text Example
White with #F64EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EF0; }
p { color: rgb(246,78,240); }
H1.HeaderClassName
{
color: #F64EF0;
}
.AnyTagClassName
{
color: #F64EF0;
}
</style>
background-color css
<style>
a { background-color: #F64EF0; }
a { background-color: rgb(246,78,240); }
div.DivClassName
{
background-color: #F64EF0;
}
.BgClassName
{
background-color: #F64EF0;
}
</style>
border-color css
<style>
span { border-color: #F64EF0; }
span { border-color: rgb(246,78,240); }
td.TdClassName
{
border-color: #F64EF0;
}
.TagClassName
{
border-color: #F64EF0;
}
</style>