Shades of Pink Flamingo #F45CEC
Tints of Pink Flamingo #F45CEC
RGB
CMYK
RGB Variations
Color information
#F45CEC (or 0xF45CEC) is known color: Pink Flamingo. HEX triplet: F4, 5C and EC. RGB value is (244,92,236). Sum of RGB (Red+Green+Blue) = 244+92+236=572 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.66% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CEC is #0BA313. Grayscale: #999999. Windows color (decimal): -762644 or 15490292. OLE color: 15490292.
HSL color Cylindrical-coordinate representation of color #F45CEC: hue angle of 303.16º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CEC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 236 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.04 |
| HSL | 303.16º | 0.87% | 0.66% | - |
| HSV(B) | 303.16º | 0.62% | 0.96% | - |
| XYZ | 56.28 | 32.94 | 82.75 | - |
| YUV | 153.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 236 | 0 | 0.62 | 0.03 | 0.04 | 303.16 | 0.87 | 0.66 |
| Hex | F4 | 5C | EC | 0 | 3E | 3 | 4 | 12F | 57 | 42 |
| Octal | 364 | 134 | 354 | 0 | 76 | 3 | 4 | 457 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11101100 | 0 | 111110 | 11 | 100 | 100101111 | 1010111 | 1000010 |
Color Harmonies of #F45CEC
Complementary color
Monochromatic Colors of #F45CEC
Black with #F45CEC
Text Example
Text Example
White with #F45CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CEC; }
p { color: rgb(244,92,236); }
H1.HeaderClassName
{
color: #F45CEC;
}
.AnyTagClassName
{
color: #F45CEC;
}
</style>
background-color css
<style>
a { background-color: #F45CEC; }
a { background-color: rgb(244,92,236); }
div.DivClassName
{
background-color: #F45CEC;
}
.BgClassName
{
background-color: #F45CEC;
}
</style>
border-color css
<style>
span { border-color: #F45CEC; }
span { border-color: rgb(244,92,236); }
td.TdClassName
{
border-color: #F45CEC;
}
.TagClassName
{
border-color: #F45CEC;
}
</style>