Shades of Pink Flamingo #F168F0
Tints of Pink Flamingo #F168F0
RGB
CMYK
RGB Variations
Color information
#F168F0 (or 0xF168F0) is known color: Pink Flamingo. HEX triplet: F1, 68 and F0. RGB value is (241,104,240). Sum of RGB (Red+Green+Blue) = 241+104+240=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F168F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168F0 is #0E970F. Grayscale: #A0A0A0. Windows color (decimal): -956176 or 15755505. OLE color: 15755505.
HSL color Cylindrical-coordinate representation of color #F168F0: hue angle of 300.44º 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 #F168F0 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 240 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.05 |
| HSL | 300.44º | 0.83% | 0.68% | - |
| HSV(B) | 300.44º | 0.57% | 0.95% | - |
| XYZ | 56.95 | 34.89 | 86.17 | - |
| YUV | 160.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 240 | 0 | 0.57 | 0.00 | 0.05 | 300.44 | 0.83 | 0.68 |
| Hex | F1 | 68 | F0 | 0 | 39 | 0 | 5 | 12C | 53 | 44 |
| Octal | 361 | 150 | 360 | 0 | 71 | 0 | 5 | 454 | 123 | 104 |
| Binary | 11110001 | 1101000 | 11110000 | 0 | 111001 | 0 | 101 | 100101100 | 1010011 | 1000100 |
Color Harmonies of #F168F0
Complementary color
Monochromatic Colors of #F168F0
Black with #F168F0
Text Example
Text Example
White with #F168F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168F0; }
p { color: rgb(241,104,240); }
H1.HeaderClassName
{
color: #F168F0;
}
.AnyTagClassName
{
color: #F168F0;
}
</style>
background-color css
<style>
a { background-color: #F168F0; }
a { background-color: rgb(241,104,240); }
div.DivClassName
{
background-color: #F168F0;
}
.BgClassName
{
background-color: #F168F0;
}
</style>
border-color css
<style>
span { border-color: #F168F0; }
span { border-color: rgb(241,104,240); }
td.TdClassName
{
border-color: #F168F0;
}
.TagClassName
{
border-color: #F168F0;
}
</style>