Shades of Pink Flamingo #F165FF
Tints of Pink Flamingo #F165FF
RGB
CMYK
RGB Variations
Color information
#F165FF (or 0xF165FF) is known color: Pink Flamingo. HEX triplet: F1, 65 and FF. RGB value is (241,101,255). Sum of RGB (Red+Green+Blue) = 241+101+255=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F165FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165FF is #0E9A00. Grayscale: #9F9F9F. Windows color (decimal): -956929 or 16737777. OLE color: 16737777.
HSL color Cylindrical-coordinate representation of color #F165FF: hue angle of 294.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F165FF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 101 | 255 | - |
| CMYK | 0.05 | 0.60 | 0 | 0 |
| HSL | 294.55º | 1% | 0.7% | - |
| HSV(B) | 294.55º | 0.6% | 1% | - |
| XYZ | 58.98 | 35.23 | 98.3 | - |
| YUV | 160.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 255 | 0.05 | 0.60 | 0 | 0 | 294.55 | 1 | 0.7 |
| Hex | F1 | 65 | FF | 5 | 3C | 0 | 0 | 127 | 64 | 46 |
| Octal | 361 | 145 | 377 | 5 | 74 | 0 | 0 | 447 | 144 | 106 |
| Binary | 11110001 | 1100101 | 11111111 | 101 | 111100 | 0 | 0 | 100100111 | 1100100 | 1000110 |
Color Harmonies of #F165FF
Complementary color
Monochromatic Colors of #F165FF
Black with #F165FF
Text Example
Text Example
White with #F165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165FF; }
p { color: rgb(241,101,255); }
H1.HeaderClassName
{
color: #F165FF;
}
.AnyTagClassName
{
color: #F165FF;
}
</style>
background-color css
<style>
a { background-color: #F165FF; }
a { background-color: rgb(241,101,255); }
div.DivClassName
{
background-color: #F165FF;
}
.BgClassName
{
background-color: #F165FF;
}
</style>
border-color css
<style>
span { border-color: #F165FF; }
span { border-color: rgb(241,101,255); }
td.TdClassName
{
border-color: #F165FF;
}
.TagClassName
{
border-color: #F165FF;
}
</style>