Shades of Pink Flamingo #F165EF
Tints of Pink Flamingo #F165EF
RGB
CMYK
RGB Variations
Color information
#F165EF (or 0xF165EF) is known color: Pink Flamingo. HEX triplet: F1, 65 and EF. RGB value is (241,101,239). Sum of RGB (Red+Green+Blue) = 241+101+239=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 101 (39.84% from 255 or 17.38% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F165EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F165EF is #0E9A10. Grayscale: #9E9E9E. Windows color (decimal): -956945 or 15689201. OLE color: 15689201.
HSL color Cylindrical-coordinate representation of color #F165EF: hue angle of 300.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165EF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 239 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.05 |
| HSL | 300.86º | 0.83% | 0.67% | - |
| HSV(B) | 300.86º | 0.58% | 0.95% | - |
| XYZ | 56.51 | 34.24 | 85.29 | - |
| YUV | 158.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 239 | 0 | 0.58 | 0.01 | 0.05 | 300.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | EF | 0 | 3A | 1 | 5 | 12D | 53 | 43 |
| Octal | 361 | 145 | 357 | 0 | 72 | 1 | 5 | 455 | 123 | 103 |
| Binary | 11110001 | 1100101 | 11101111 | 0 | 111010 | 1 | 101 | 100101101 | 1010011 | 1000011 |
Color Harmonies of #F165EF
Complementary color
Monochromatic Colors of #F165EF
Black with #F165EF
Text Example
Text Example
White with #F165EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165EF; }
p { color: rgb(241,101,239); }
H1.HeaderClassName
{
color: #F165EF;
}
.AnyTagClassName
{
color: #F165EF;
}
</style>
background-color css
<style>
a { background-color: #F165EF; }
a { background-color: rgb(241,101,239); }
div.DivClassName
{
background-color: #F165EF;
}
.BgClassName
{
background-color: #F165EF;
}
</style>
border-color css
<style>
span { border-color: #F165EF; }
span { border-color: rgb(241,101,239); }
td.TdClassName
{
border-color: #F165EF;
}
.TagClassName
{
border-color: #F165EF;
}
</style>