Shades of Pink Flamingo #F364EC
Tints of Pink Flamingo #F364EC
RGB
CMYK
RGB Variations
Color information
#F364EC (or 0xF364EC) is known color: Pink Flamingo. HEX triplet: F3, 64 and EC. RGB value is (243,100,236). Sum of RGB (Red+Green+Blue) = 243+100+236=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F364EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364EC is #0C9B13. Grayscale: #9D9D9D. Windows color (decimal): -826132 or 15492339. OLE color: 15492339.
HSL color Cylindrical-coordinate representation of color #F364EC: hue angle of 302.94º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364EC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 236 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.05 |
| HSL | 302.94º | 0.86% | 0.67% | - |
| HSV(B) | 302.94º | 0.59% | 0.95% | - |
| XYZ | 56.66 | 34.23 | 82.98 | - |
| YUV | 158.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 236 | 0 | 0.59 | 0.03 | 0.05 | 302.94 | 0.86 | 0.67 |
| Hex | F3 | 64 | EC | 0 | 3B | 3 | 5 | 12F | 56 | 43 |
| Octal | 363 | 144 | 354 | 0 | 73 | 3 | 5 | 457 | 126 | 103 |
| Binary | 11110011 | 1100100 | 11101100 | 0 | 111011 | 11 | 101 | 100101111 | 1010110 | 1000011 |
Color Harmonies of #F364EC
Complementary color
Monochromatic Colors of #F364EC
Black with #F364EC
Text Example
Text Example
White with #F364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F364EC; }
p { color: rgb(243,100,236); }
H1.HeaderClassName
{
color: #F364EC;
}
.AnyTagClassName
{
color: #F364EC;
}
</style>
background-color css
<style>
a { background-color: #F364EC; }
a { background-color: rgb(243,100,236); }
div.DivClassName
{
background-color: #F364EC;
}
.BgClassName
{
background-color: #F364EC;
}
</style>
border-color css
<style>
span { border-color: #F364EC; }
span { border-color: rgb(243,100,236); }
td.TdClassName
{
border-color: #F364EC;
}
.TagClassName
{
border-color: #F364EC;
}
</style>