Shades of Pink Flamingo #F458EC
Tints of Pink Flamingo #F458EC
RGB
CMYK
RGB Variations
Color information
#F458EC (or 0xF458EC) is known color: Pink Flamingo. HEX triplet: F4, 58 and EC. RGB value is (244,88,236). Sum of RGB (Red+Green+Blue) = 244+88+236=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F458EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F458EC is #0BA713. Grayscale: #979797. Windows color (decimal): -763668 or 15489268. OLE color: 15489268.
HSL color Cylindrical-coordinate representation of color #F458EC: hue angle of 303.08º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458EC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 236 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.04 |
| HSL | 303.08º | 0.88% | 0.65% | - |
| HSV(B) | 303.08º | 0.64% | 0.96% | - |
| XYZ | 55.94 | 32.27 | 82.64 | - |
| YUV | 151.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 236 | 0 | 0.64 | 0.03 | 0.04 | 303.08 | 0.88 | 0.65 |
| Hex | F4 | 58 | EC | 0 | 40 | 3 | 4 | 12F | 58 | 41 |
| Octal | 364 | 130 | 354 | 0 | 100 | 3 | 4 | 457 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11101100 | 0 | 1000000 | 11 | 100 | 100101111 | 1011000 | 1000001 |
Color Harmonies of #F458EC
Complementary color
Monochromatic Colors of #F458EC
Black with #F458EC
Text Example
Text Example
White with #F458EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458EC; }
p { color: rgb(244,88,236); }
H1.HeaderClassName
{
color: #F458EC;
}
.AnyTagClassName
{
color: #F458EC;
}
</style>
background-color css
<style>
a { background-color: #F458EC; }
a { background-color: rgb(244,88,236); }
div.DivClassName
{
background-color: #F458EC;
}
.BgClassName
{
background-color: #F458EC;
}
</style>
border-color css
<style>
span { border-color: #F458EC; }
span { border-color: rgb(244,88,236); }
td.TdClassName
{
border-color: #F458EC;
}
.TagClassName
{
border-color: #F458EC;
}
</style>