Shades of Pink Flamingo #F169EC
Tints of Pink Flamingo #F169EC
RGB
CMYK
RGB Variations
Color information
#F169EC (or 0xF169EC) is known color: Pink Flamingo. HEX triplet: F1, 69 and EC. RGB value is (241,105,236). Sum of RGB (Red+Green+Blue) = 241+105+236=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F169EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F169EC is #0E9613. Grayscale: #A0A0A0. Windows color (decimal): -955924 or 15493617. OLE color: 15493617.
HSL color Cylindrical-coordinate representation of color #F169EC: hue angle of 302.21º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F169EC is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 236 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.05 |
| HSL | 302.21º | 0.83% | 0.68% | - |
| HSV(B) | 302.21º | 0.56% | 0.95% | - |
| XYZ | 56.47 | 34.86 | 83.11 | - |
| YUV | 160.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 236 | 0 | 0.56 | 0.02 | 0.05 | 302.21 | 0.83 | 0.68 |
| Hex | F1 | 69 | EC | 0 | 38 | 2 | 5 | 12E | 53 | 44 |
| Octal | 361 | 151 | 354 | 0 | 70 | 2 | 5 | 456 | 123 | 104 |
| Binary | 11110001 | 1101001 | 11101100 | 0 | 111000 | 10 | 101 | 100101110 | 1010011 | 1000100 |
Color Harmonies of #F169EC
Complementary color
Monochromatic Colors of #F169EC
Black with #F169EC
Text Example
Text Example
White with #F169EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F169EC; }
p { color: rgb(241,105,236); }
H1.HeaderClassName
{
color: #F169EC;
}
.AnyTagClassName
{
color: #F169EC;
}
</style>
background-color css
<style>
a { background-color: #F169EC; }
a { background-color: rgb(241,105,236); }
div.DivClassName
{
background-color: #F169EC;
}
.BgClassName
{
background-color: #F169EC;
}
</style>
border-color css
<style>
span { border-color: #F169EC; }
span { border-color: rgb(241,105,236); }
td.TdClassName
{
border-color: #F169EC;
}
.TagClassName
{
border-color: #F169EC;
}
</style>