Shades of Pink Flamingo #F168F9
Tints of Pink Flamingo #F168F9
RGB
CMYK
RGB Variations
Color information
#F168F9 (or 0xF168F9) is known color: Pink Flamingo. HEX triplet: F1, 68 and F9. RGB value is (241,104,249). Sum of RGB (Red+Green+Blue) = 241+104+249=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #F168F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168F9 is #0E9706. Grayscale: #A1A1A1. Windows color (decimal): -956167 or 16345329. OLE color: 16345329.
HSL color Cylindrical-coordinate representation of color #F168F9: hue angle of 296.69º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F168F9 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 104 | 249 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.02 |
| HSL | 296.69º | 0.92% | 0.69% | - |
| HSV(B) | 296.69º | 0.58% | 0.98% | - |
| XYZ | 58.32 | 35.44 | 93.39 | - |
| YUV | 161.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 249 | 0.03 | 0.58 | 0 | 0.02 | 296.69 | 0.92 | 0.69 |
| Hex | F1 | 68 | F9 | 3 | 3A | 0 | 2 | 129 | 5C | 45 |
| Octal | 361 | 150 | 371 | 3 | 72 | 0 | 2 | 451 | 134 | 105 |
| Binary | 11110001 | 1101000 | 11111001 | 11 | 111010 | 0 | 10 | 100101001 | 1011100 | 1000101 |
Color Harmonies of #F168F9
Complementary color
Monochromatic Colors of #F168F9
Black with #F168F9
Text Example
Text Example
White with #F168F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168F9; }
p { color: rgb(241,104,249); }
H1.HeaderClassName
{
color: #F168F9;
}
.AnyTagClassName
{
color: #F168F9;
}
</style>
background-color css
<style>
a { background-color: #F168F9; }
a { background-color: rgb(241,104,249); }
div.DivClassName
{
background-color: #F168F9;
}
.BgClassName
{
background-color: #F168F9;
}
</style>
border-color css
<style>
span { border-color: #F168F9; }
span { border-color: rgb(241,104,249); }
td.TdClassName
{
border-color: #F168F9;
}
.TagClassName
{
border-color: #F168F9;
}
</style>