Shades of Pink Flamingo #F640F2
Tints of Pink Flamingo #F640F2
RGB
CMYK
RGB Variations
Color information
#F640F2 (or 0xF640F2) is known color: Pink Flamingo. HEX triplet: F6, 40 and F2. RGB value is (246,64,242). Sum of RGB (Red+Green+Blue) = 246+64+242=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F640F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640F2 is #09BF0D. Grayscale: #8A8A8A. Windows color (decimal): -638734 or 15876342. OLE color: 15876342.
HSL color Cylindrical-coordinate representation of color #F640F2: hue angle of 301.32º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640F2 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 242 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.04 |
| HSL | 301.32º | 0.91% | 0.61% | - |
| HSV(B) | 301.32º | 0.74% | 0.96% | - |
| XYZ | 55.87 | 29.67 | 86.79 | - |
| YUV | 138.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 242 | 0 | 0.74 | 0.02 | 0.04 | 301.32 | 0.91 | 0.61 |
| Hex | F6 | 40 | F2 | 0 | 4A | 2 | 4 | 12D | 5B | 3D |
| Octal | 366 | 100 | 362 | 0 | 112 | 2 | 4 | 455 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11110010 | 0 | 1001010 | 10 | 100 | 100101101 | 1011011 | 111101 |
Color Harmonies of #F640F2
Complementary color
Monochromatic Colors of #F640F2
Black with #F640F2
Text Example
Text Example
White with #F640F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640F2; }
p { color: rgb(246,64,242); }
H1.HeaderClassName
{
color: #F640F2;
}
.AnyTagClassName
{
color: #F640F2;
}
</style>
background-color css
<style>
a { background-color: #F640F2; }
a { background-color: rgb(246,64,242); }
div.DivClassName
{
background-color: #F640F2;
}
.BgClassName
{
background-color: #F640F2;
}
</style>
border-color css
<style>
span { border-color: #F640F2; }
span { border-color: rgb(246,64,242); }
td.TdClassName
{
border-color: #F640F2;
}
.TagClassName
{
border-color: #F640F2;
}
</style>