Shades of Pink Flamingo #F64EFF
Tints of Pink Flamingo #F64EFF
RGB
CMYK
RGB Variations
Color information
#F64EFF (or 0xF64EFF) is known color: Pink Flamingo. HEX triplet: F6, 4E and FF. RGB value is (246,78,255). Sum of RGB (Red+Green+Blue) = 246+78+255=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 78 (30.86% from 255 or 13.47% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EFF is #09B100. Grayscale: #939393. Windows color (decimal): -635137 or 16731894. OLE color: 16731894.
HSL color Cylindrical-coordinate representation of color #F64EFF: hue angle of 296.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64EFF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 78 | 255 | - |
| CMYK | 0.04 | 0.69 | 0 | 0 |
| HSL | 296.95º | 1% | 0.65% | - |
| HSV(B) | 296.95º | 0.69% | 1% | - |
| XYZ | 58.78 | 32.26 | 97.74 | - |
| YUV | 148.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 255 | 0.04 | 0.69 | 0 | 0 | 296.95 | 1 | 0.65 |
| Hex | F6 | 4E | FF | 4 | 45 | 0 | 0 | 129 | 64 | 41 |
| Octal | 366 | 116 | 377 | 4 | 105 | 0 | 0 | 451 | 144 | 101 |
| Binary | 11110110 | 1001110 | 11111111 | 100 | 1000101 | 0 | 0 | 100101001 | 1100100 | 1000001 |
Color Harmonies of #F64EFF
Complementary color
Monochromatic Colors of #F64EFF
Black with #F64EFF
Text Example
Text Example
White with #F64EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EFF; }
p { color: rgb(246,78,255); }
H1.HeaderClassName
{
color: #F64EFF;
}
.AnyTagClassName
{
color: #F64EFF;
}
</style>
background-color css
<style>
a { background-color: #F64EFF; }
a { background-color: rgb(246,78,255); }
div.DivClassName
{
background-color: #F64EFF;
}
.BgClassName
{
background-color: #F64EFF;
}
</style>
border-color css
<style>
span { border-color: #F64EFF; }
span { border-color: rgb(246,78,255); }
td.TdClassName
{
border-color: #F64EFF;
}
.TagClassName
{
border-color: #F64EFF;
}
</style>