Shades of Pink Flamingo #F466EC
Tints of Pink Flamingo #F466EC
RGB
CMYK
RGB Variations
Color information
#F466EC (or 0xF466EC) is known color: Pink Flamingo. HEX triplet: F4, 66 and EC. RGB value is (244,102,236). Sum of RGB (Red+Green+Blue) = 244+102+236=582 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.92% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 244 - color contains mainly: red. Hex color #F466EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466EC is #0B9913. Grayscale: #9F9F9F. Windows color (decimal): -760084 or 15492852. OLE color: 15492852.
HSL color Cylindrical-coordinate representation of color #F466EC: hue angle of 303.38º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466EC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 236 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 303.38º | 0.87% | 0.68% | - |
| HSV(B) | 303.38º | 0.58% | 0.96% | - |
| XYZ | 57.2 | 34.79 | 83.06 | - |
| YUV | 159.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 236 | 0 | 0.58 | 0.03 | 0.04 | 303.38 | 0.87 | 0.68 |
| Hex | F4 | 66 | EC | 0 | 3A | 3 | 4 | 12F | 57 | 44 |
| Octal | 364 | 146 | 354 | 0 | 72 | 3 | 4 | 457 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11101100 | 0 | 111010 | 11 | 100 | 100101111 | 1010111 | 1000100 |
Color Harmonies of #F466EC
Complementary color
Monochromatic Colors of #F466EC
Black with #F466EC
Text Example
Text Example
White with #F466EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466EC; }
p { color: rgb(244,102,236); }
H1.HeaderClassName
{
color: #F466EC;
}
.AnyTagClassName
{
color: #F466EC;
}
</style>
background-color css
<style>
a { background-color: #F466EC; }
a { background-color: rgb(244,102,236); }
div.DivClassName
{
background-color: #F466EC;
}
.BgClassName
{
background-color: #F466EC;
}
</style>
border-color css
<style>
span { border-color: #F466EC; }
span { border-color: rgb(244,102,236); }
td.TdClassName
{
border-color: #F466EC;
}
.TagClassName
{
border-color: #F466EC;
}
</style>