Shades of Pink Flamingo #F165F9
Tints of Pink Flamingo #F165F9
RGB
CMYK
RGB Variations
Color information
#F165F9 (or 0xF165F9) is known color: Pink Flamingo. HEX triplet: F1, 65 and F9. RGB value is (241,101,249). Sum of RGB (Red+Green+Blue) = 241+101+249=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #F165F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165F9 is #0E9A06. Grayscale: #9F9F9F. Windows color (decimal): -956935 or 16344561. OLE color: 16344561.
HSL color Cylindrical-coordinate representation of color #F165F9: hue angle of 296.76º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F165F9 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 101 | 249 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.02 |
| HSL | 296.76º | 0.93% | 0.69% | - |
| HSV(B) | 296.76º | 0.59% | 0.98% | - |
| XYZ | 58.03 | 34.85 | 93.29 | - |
| YUV | 159.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 249 | 0.03 | 0.59 | 0 | 0.02 | 296.76 | 0.93 | 0.69 |
| Hex | F1 | 65 | F9 | 3 | 3B | 0 | 2 | 129 | 5C | 45 |
| Octal | 361 | 145 | 371 | 3 | 73 | 0 | 2 | 451 | 134 | 105 |
| Binary | 11110001 | 1100101 | 11111001 | 11 | 111011 | 0 | 10 | 100101001 | 1011100 | 1000101 |
Color Harmonies of #F165F9
Complementary color
Monochromatic Colors of #F165F9
Black with #F165F9
Text Example
Text Example
White with #F165F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165F9; }
p { color: rgb(241,101,249); }
H1.HeaderClassName
{
color: #F165F9;
}
.AnyTagClassName
{
color: #F165F9;
}
</style>
background-color css
<style>
a { background-color: #F165F9; }
a { background-color: rgb(241,101,249); }
div.DivClassName
{
background-color: #F165F9;
}
.BgClassName
{
background-color: #F165F9;
}
</style>
border-color css
<style>
span { border-color: #F165F9; }
span { border-color: rgb(241,101,249); }
td.TdClassName
{
border-color: #F165F9;
}
.TagClassName
{
border-color: #F165F9;
}
</style>