Shades of Pink Flamingo #F164F2
Tints of Pink Flamingo #F164F2
RGB
CMYK
RGB Variations
Color information
#F164F2 (or 0xF164F2) is known color: Pink Flamingo. HEX triplet: F1, 64 and F2. RGB value is (241,100,242). Sum of RGB (Red+Green+Blue) = 241+100+242=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #F164F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164F2 is #0E9B0D. Grayscale: #9D9D9D. Windows color (decimal): -957198 or 15885553. OLE color: 15885553.
HSL color Cylindrical-coordinate representation of color #F164F2: hue angle of 299.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164F2 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 242 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.05 |
| HSL | 299.58º | 0.85% | 0.67% | - |
| HSV(B) | 299.58º | 0.59% | 0.95% | - |
| XYZ | 56.86 | 34.23 | 87.61 | - |
| YUV | 158.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 242 | 0.00 | 0.59 | 0 | 0.05 | 299.58 | 0.85 | 0.67 |
| Hex | F1 | 64 | F2 | 0 | 3B | 0 | 5 | 12C | 55 | 43 |
| Octal | 361 | 144 | 362 | 0 | 73 | 0 | 5 | 454 | 125 | 103 |
| Binary | 11110001 | 1100100 | 11110010 | 0 | 111011 | 0 | 101 | 100101100 | 1010101 | 1000011 |
Color Harmonies of #F164F2
Complementary color
Monochromatic Colors of #F164F2
Black with #F164F2
Text Example
Text Example
White with #F164F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164F2; }
p { color: rgb(241,100,242); }
H1.HeaderClassName
{
color: #F164F2;
}
.AnyTagClassName
{
color: #F164F2;
}
</style>
background-color css
<style>
a { background-color: #F164F2; }
a { background-color: rgb(241,100,242); }
div.DivClassName
{
background-color: #F164F2;
}
.BgClassName
{
background-color: #F164F2;
}
</style>
border-color css
<style>
span { border-color: #F164F2; }
span { border-color: rgb(241,100,242); }
td.TdClassName
{
border-color: #F164F2;
}
.TagClassName
{
border-color: #F164F2;
}
</style>