Shades of Pink Flamingo #F460EC
Tints of Pink Flamingo #F460EC
RGB
CMYK
RGB Variations
Color information
#F460EC (or 0xF460EC) is known color: Pink Flamingo. HEX triplet: F4, 60 and EC. RGB value is (244,96,236). Sum of RGB (Red+Green+Blue) = 244+96+236=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F460EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460EC is #0B9F13. Grayscale: #9B9B9B. Windows color (decimal): -761620 or 15491316. OLE color: 15491316.
HSL color Cylindrical-coordinate representation of color #F460EC: hue angle of 303.24º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460EC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 236 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.04 |
| HSL | 303.24º | 0.87% | 0.67% | - |
| HSV(B) | 303.24º | 0.61% | 0.96% | - |
| XYZ | 56.63 | 33.65 | 82.87 | - |
| YUV | 156.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 236 | 0 | 0.61 | 0.03 | 0.04 | 303.24 | 0.87 | 0.67 |
| Hex | F4 | 60 | EC | 0 | 3D | 3 | 4 | 12F | 57 | 43 |
| Octal | 364 | 140 | 354 | 0 | 75 | 3 | 4 | 457 | 127 | 103 |
| Binary | 11110100 | 1100000 | 11101100 | 0 | 111101 | 11 | 100 | 100101111 | 1010111 | 1000011 |
Color Harmonies of #F460EC
Complementary color
Monochromatic Colors of #F460EC
Black with #F460EC
Text Example
Text Example
White with #F460EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460EC; }
p { color: rgb(244,96,236); }
H1.HeaderClassName
{
color: #F460EC;
}
.AnyTagClassName
{
color: #F460EC;
}
</style>
background-color css
<style>
a { background-color: #F460EC; }
a { background-color: rgb(244,96,236); }
div.DivClassName
{
background-color: #F460EC;
}
.BgClassName
{
background-color: #F460EC;
}
</style>
border-color css
<style>
span { border-color: #F460EC; }
span { border-color: rgb(244,96,236); }
td.TdClassName
{
border-color: #F460EC;
}
.TagClassName
{
border-color: #F460EC;
}
</style>