Shades of Pink Flamingo #F168EF
Tints of Pink Flamingo #F168EF
RGB
CMYK
RGB Variations
Color information
#F168EF (or 0xF168EF) is known color: Pink Flamingo. HEX triplet: F1, 68 and EF. RGB value is (241,104,239). Sum of RGB (Red+Green+Blue) = 241+104+239=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 104 (41.02% from 255 or 17.81% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F168EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168EF is #0E9710. Grayscale: #9F9F9F. Windows color (decimal): -956177 or 15689969. OLE color: 15689969.
HSL color Cylindrical-coordinate representation of color #F168EF: hue angle of 300.88º 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 #F168EF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 239 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.05 |
| HSL | 300.88º | 0.83% | 0.68% | - |
| HSV(B) | 300.88º | 0.57% | 0.95% | - |
| XYZ | 56.81 | 34.83 | 85.39 | - |
| YUV | 160.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 239 | 0 | 0.57 | 0.01 | 0.05 | 300.88 | 0.83 | 0.68 |
| Hex | F1 | 68 | EF | 0 | 39 | 1 | 5 | 12D | 53 | 44 |
| Octal | 361 | 150 | 357 | 0 | 71 | 1 | 5 | 455 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11101111 | 0 | 111001 | 1 | 101 | 100101101 | 1010011 | 1000100 |
Color Harmonies of #F168EF
Complementary color
Monochromatic Colors of #F168EF
Black with #F168EF
Text Example
Text Example
White with #F168EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168EF; }
p { color: rgb(241,104,239); }
H1.HeaderClassName
{
color: #F168EF;
}
.AnyTagClassName
{
color: #F168EF;
}
</style>
background-color css
<style>
a { background-color: #F168EF; }
a { background-color: rgb(241,104,239); }
div.DivClassName
{
background-color: #F168EF;
}
.BgClassName
{
background-color: #F168EF;
}
</style>
border-color css
<style>
span { border-color: #F168EF; }
span { border-color: rgb(241,104,239); }
td.TdClassName
{
border-color: #F168EF;
}
.TagClassName
{
border-color: #F168EF;
}
</style>