Shades of Pink Flamingo #F64FF2
Tints of Pink Flamingo #F64FF2
RGB
CMYK
RGB Variations
Color information
#F64FF2 (or 0xF64FF2) is known color: Pink Flamingo. HEX triplet: F6, 4F and F2. RGB value is (246,79,242). Sum of RGB (Red+Green+Blue) = 246+79+242=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 79 (31.25% from 255 or 13.93% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FF2 is #09B00D. Grayscale: #939393. Windows color (decimal): -634894 or 15880182. OLE color: 15880182.
HSL color Cylindrical-coordinate representation of color #F64FF2: hue angle of 301.44º 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 #F64FF2 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 242 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.04 |
| HSL | 301.44º | 0.9% | 0.64% | - |
| HSV(B) | 301.44º | 0.68% | 0.96% | - |
| XYZ | 56.83 | 31.6 | 87.11 | - |
| YUV | 147.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 242 | 0 | 0.68 | 0.02 | 0.04 | 301.44 | 0.9 | 0.64 |
| Hex | F6 | 4F | F2 | 0 | 44 | 2 | 4 | 12D | 5A | 40 |
| Octal | 366 | 117 | 362 | 0 | 104 | 2 | 4 | 455 | 132 | 100 |
| Binary | 11110110 | 1001111 | 11110010 | 0 | 1000100 | 10 | 100 | 100101101 | 1011010 | 1000000 |
Color Harmonies of #F64FF2
Complementary color
Monochromatic Colors of #F64FF2
Black with #F64FF2
Text Example
Text Example
White with #F64FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FF2; }
p { color: rgb(246,79,242); }
H1.HeaderClassName
{
color: #F64FF2;
}
.AnyTagClassName
{
color: #F64FF2;
}
</style>
background-color css
<style>
a { background-color: #F64FF2; }
a { background-color: rgb(246,79,242); }
div.DivClassName
{
background-color: #F64FF2;
}
.BgClassName
{
background-color: #F64FF2;
}
</style>
border-color css
<style>
span { border-color: #F64FF2; }
span { border-color: rgb(246,79,242); }
td.TdClassName
{
border-color: #F64FF2;
}
.TagClassName
{
border-color: #F64FF2;
}
</style>