Shades of Pink Flamingo #F168FF
Tints of Pink Flamingo #F168FF
RGB
CMYK
RGB Variations
Color information
#F168FF (or 0xF168FF) is known color: Pink Flamingo. HEX triplet: F1, 68 and FF. RGB value is (241,104,255). Sum of RGB (Red+Green+Blue) = 241+104+255=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #F168FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F168FF is #0E9700. Grayscale: #A1A1A1. Windows color (decimal): -956161 or 16738545. OLE color: 16738545.
HSL color Cylindrical-coordinate representation of color #F168FF: hue angle of 294.44º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F168FF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 104 | 255 | - |
| CMYK | 0.05 | 0.59 | 0 | 0 |
| HSL | 294.44º | 1% | 0.7% | - |
| HSV(B) | 294.44º | 0.59% | 1% | - |
| XYZ | 59.28 | 35.82 | 98.4 | - |
| YUV | 162.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 255 | 0.05 | 0.59 | 0 | 0 | 294.44 | 1 | 0.7 |
| Hex | F1 | 68 | FF | 5 | 3B | 0 | 0 | 126 | 64 | 46 |
| Octal | 361 | 150 | 377 | 5 | 73 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11110001 | 1101000 | 11111111 | 101 | 111011 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #F168FF
Complementary color
Monochromatic Colors of #F168FF
Black with #F168FF
Text Example
Text Example
White with #F168FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F168FF; }
p { color: rgb(241,104,255); }
H1.HeaderClassName
{
color: #F168FF;
}
.AnyTagClassName
{
color: #F168FF;
}
</style>
background-color css
<style>
a { background-color: #F168FF; }
a { background-color: rgb(241,104,255); }
div.DivClassName
{
background-color: #F168FF;
}
.BgClassName
{
background-color: #F168FF;
}
</style>
border-color css
<style>
span { border-color: #F168FF; }
span { border-color: rgb(241,104,255); }
td.TdClassName
{
border-color: #F168FF;
}
.TagClassName
{
border-color: #F168FF;
}
</style>