Shades of Pink Flamingo #F162EC
Tints of Pink Flamingo #F162EC
RGB
CMYK
RGB Variations
Color information
#F162EC (or 0xF162EC) is known color: Pink Flamingo. HEX triplet: F1, 62 and EC. RGB value is (241,98,236). Sum of RGB (Red+Green+Blue) = 241+98+236=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F162EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162EC is #0E9D13. Grayscale: #9C9C9C. Windows color (decimal): -957716 or 15491825. OLE color: 15491825.
HSL color Cylindrical-coordinate representation of color #F162EC: hue angle of 302.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162EC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 236 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 302.1º | 0.84% | 0.66% | - |
| HSV(B) | 302.1º | 0.59% | 0.95% | - |
| XYZ | 55.78 | 33.49 | 82.88 | - |
| YUV | 156.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 236 | 0 | 0.59 | 0.02 | 0.05 | 302.1 | 0.84 | 0.66 |
| Hex | F1 | 62 | EC | 0 | 3B | 2 | 5 | 12E | 54 | 42 |
| Octal | 361 | 142 | 354 | 0 | 73 | 2 | 5 | 456 | 124 | 102 |
| Binary | 11110001 | 1100010 | 11101100 | 0 | 111011 | 10 | 101 | 100101110 | 1010100 | 1000010 |
Color Harmonies of #F162EC
Complementary color
Monochromatic Colors of #F162EC
Black with #F162EC
Text Example
Text Example
White with #F162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162EC; }
p { color: rgb(241,98,236); }
H1.HeaderClassName
{
color: #F162EC;
}
.AnyTagClassName
{
color: #F162EC;
}
</style>
background-color css
<style>
a { background-color: #F162EC; }
a { background-color: rgb(241,98,236); }
div.DivClassName
{
background-color: #F162EC;
}
.BgClassName
{
background-color: #F162EC;
}
</style>
border-color css
<style>
span { border-color: #F162EC; }
span { border-color: rgb(241,98,236); }
td.TdClassName
{
border-color: #F162EC;
}
.TagClassName
{
border-color: #F162EC;
}
</style>