Shades of Pink Flamingo #F55CEC
Tints of Pink Flamingo #F55CEC
RGB
CMYK
RGB Variations
Color information
#F55CEC (or 0xF55CEC) is known color: Pink Flamingo. HEX triplet: F5, 5C and EC. RGB value is (245,92,236). Sum of RGB (Red+Green+Blue) = 245+92+236=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CEC is #0AA313. Grayscale: #999999. Windows color (decimal): -697108 or 15490293. OLE color: 15490293.
HSL color Cylindrical-coordinate representation of color #F55CEC: hue angle of 303.53º degrees, saturation: 0.88, 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 #F55CEC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 236 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.04 |
| HSL | 303.53º | 0.88% | 0.66% | - |
| HSV(B) | 303.53º | 0.62% | 0.96% | - |
| XYZ | 56.62 | 33.12 | 82.77 | - |
| YUV | 154.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 236 | 0 | 0.62 | 0.04 | 0.04 | 303.53 | 0.88 | 0.66 |
| Hex | F5 | 5C | EC | 0 | 3E | 4 | 4 | 130 | 58 | 42 |
| Octal | 365 | 134 | 354 | 0 | 76 | 4 | 4 | 460 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11101100 | 0 | 111110 | 100 | 100 | 100110000 | 1011000 | 1000010 |
Color Harmonies of #F55CEC
Complementary color
Monochromatic Colors of #F55CEC
Black with #F55CEC
Text Example
Text Example
White with #F55CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CEC; }
p { color: rgb(245,92,236); }
H1.HeaderClassName
{
color: #F55CEC;
}
.AnyTagClassName
{
color: #F55CEC;
}
</style>
background-color css
<style>
a { background-color: #F55CEC; }
a { background-color: rgb(245,92,236); }
div.DivClassName
{
background-color: #F55CEC;
}
.BgClassName
{
background-color: #F55CEC;
}
</style>
border-color css
<style>
span { border-color: #F55CEC; }
span { border-color: rgb(245,92,236); }
td.TdClassName
{
border-color: #F55CEC;
}
.TagClassName
{
border-color: #F55CEC;
}
</style>