Shades of Pink Flamingo #F164EE
Tints of Pink Flamingo #F164EE
RGB
CMYK
RGB Variations
Color information
#F164EE (or 0xF164EE) is known color: Pink Flamingo. HEX triplet: F1, 64 and EE. RGB value is (241,100,238). Sum of RGB (Red+Green+Blue) = 241+100+238=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F164EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164EE is #0E9B11. Grayscale: #9D9D9D. Windows color (decimal): -957202 or 15623409. OLE color: 15623409.
HSL color Cylindrical-coordinate representation of color #F164EE: hue angle of 301.28º degrees, saturation: 0.83, 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 #F164EE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 238 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.05 |
| HSL | 301.28º | 0.83% | 0.67% | - |
| HSV(B) | 301.28º | 0.59% | 0.95% | - |
| XYZ | 56.27 | 33.99 | 84.48 | - |
| YUV | 157.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 238 | 0 | 0.59 | 0.01 | 0.05 | 301.28 | 0.83 | 0.67 |
| Hex | F1 | 64 | EE | 0 | 3B | 1 | 5 | 12D | 53 | 43 |
| Octal | 361 | 144 | 356 | 0 | 73 | 1 | 5 | 455 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11101110 | 0 | 111011 | 1 | 101 | 100101101 | 1010011 | 1000011 |
Color Harmonies of #F164EE
Complementary color
Monochromatic Colors of #F164EE
Black with #F164EE
Text Example
Text Example
White with #F164EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164EE; }
p { color: rgb(241,100,238); }
H1.HeaderClassName
{
color: #F164EE;
}
.AnyTagClassName
{
color: #F164EE;
}
</style>
background-color css
<style>
a { background-color: #F164EE; }
a { background-color: rgb(241,100,238); }
div.DivClassName
{
background-color: #F164EE;
}
.BgClassName
{
background-color: #F164EE;
}
</style>
border-color css
<style>
span { border-color: #F164EE; }
span { border-color: rgb(241,100,238); }
td.TdClassName
{
border-color: #F164EE;
}
.TagClassName
{
border-color: #F164EE;
}
</style>