Shades of Pink Flamingo #F164ED
Tints of Pink Flamingo #F164ED
RGB
CMYK
RGB Variations
Color information
#F164ED (or 0xF164ED) is known color: Pink Flamingo. HEX triplet: F1, 64 and ED. RGB value is (241,100,237). Sum of RGB (Red+Green+Blue) = 241+100+237=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F164ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F164ED is #0E9B12. Grayscale: #9D9D9D. Windows color (decimal): -957203 or 15557873. OLE color: 15557873.
HSL color Cylindrical-coordinate representation of color #F164ED: hue angle of 301.7º 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 #F164ED is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 237 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 301.7º | 0.83% | 0.67% | - |
| HSV(B) | 301.7º | 0.59% | 0.95% | - |
| XYZ | 56.12 | 33.93 | 83.71 | - |
| YUV | 157.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 237 | 0 | 0.59 | 0.02 | 0.05 | 301.7 | 0.83 | 0.67 |
| Hex | F1 | 64 | ED | 0 | 3B | 2 | 5 | 12E | 53 | 43 |
| Octal | 361 | 144 | 355 | 0 | 73 | 2 | 5 | 456 | 123 | 103 |
| Binary | 11110001 | 1100100 | 11101101 | 0 | 111011 | 10 | 101 | 100101110 | 1010011 | 1000011 |
Color Harmonies of #F164ED
Complementary color
Monochromatic Colors of #F164ED
Black with #F164ED
Text Example
Text Example
White with #F164ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164ED; }
p { color: rgb(241,100,237); }
H1.HeaderClassName
{
color: #F164ED;
}
.AnyTagClassName
{
color: #F164ED;
}
</style>
background-color css
<style>
a { background-color: #F164ED; }
a { background-color: rgb(241,100,237); }
div.DivClassName
{
background-color: #F164ED;
}
.BgClassName
{
background-color: #F164ED;
}
</style>
border-color css
<style>
span { border-color: #F164ED; }
span { border-color: rgb(241,100,237); }
td.TdClassName
{
border-color: #F164ED;
}
.TagClassName
{
border-color: #F164ED;
}
</style>