Shades of Pink Flamingo #F168EC
Tints of Pink Flamingo #F168EC
RGB
CMYK
RGB Variations
Color information
#F168EC (or 0xF168EC) is known color: Pink Flamingo. HEX triplet: F1, 68 and EC. RGB value is (241,104,236). Sum of RGB (Red+Green+Blue) = 241+104+236=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EC is #0E9713. Grayscale: #9F9F9F. Windows color (decimal): -956180 or 15493361. OLE color: 15493361.
HSL color Cylindrical-coordinate representation of color #F168EC: hue angle of 302.19º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168EC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 236 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 302.19º | 0.83% | 0.68% | - |
| HSV(B) | 302.19º | 0.57% | 0.95% | - |
| XYZ | 56.37 | 34.66 | 83.08 | - |
| YUV | 160.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 236 | 0 | 0.57 | 0.02 | 0.05 | 302.19 | 0.83 | 0.68 |
| Hex | F1 | 68 | EC | 0 | 39 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 150 | 354 | 0 | 71 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11101100 | 0 | 111001 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F168EC
Complementary color
Monochromatic Colors of #F168EC
Black with #F168EC
Text Example
Text Example
White with #F168EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168EC; }
p { color: rgb(241,104,236); }
H1.HeaderClassName
{
color: #F168EC;
}
.AnyTagClassName
{
color: #F168EC;
}
</style>
background-color css
<style>
a { background-color: #F168EC; }
a { background-color: rgb(241,104,236); }
div.DivClassName
{
background-color: #F168EC;
}
.BgClassName
{
background-color: #F168EC;
}
</style>
border-color css
<style>
span { border-color: #F168EC; }
span { border-color: rgb(241,104,236); }
td.TdClassName
{
border-color: #F168EC;
}
.TagClassName
{
border-color: #F168EC;
}
</style>