Shades of Pink Flamingo #F55CEB
Tints of Pink Flamingo #F55CEB
RGB
CMYK
RGB Variations
Color information
#F55CEB (or 0xF55CEB) is known color: Pink Flamingo. HEX triplet: F5, 5C and EB. RGB value is (245,92,235). Sum of RGB (Red+Green+Blue) = 245+92+235=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55CEB is #0AA314. Grayscale: #999999. Windows color (decimal): -697109 or 15424757. OLE color: 15424757.
HSL color Cylindrical-coordinate representation of color #F55CEB: hue angle of 303.92º 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 #F55CEB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 235 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.04 |
| HSL | 303.92º | 0.88% | 0.66% | - |
| HSV(B) | 303.92º | 0.62% | 0.96% | - |
| XYZ | 56.48 | 33.06 | 82 | - |
| YUV | 154.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 235 | 0 | 0.62 | 0.04 | 0.04 | 303.92 | 0.88 | 0.66 |
| Hex | F5 | 5C | EB | 0 | 3E | 4 | 4 | 130 | 58 | 42 |
| Octal | 365 | 134 | 353 | 0 | 76 | 4 | 4 | 460 | 130 | 102 |
| Binary | 11110101 | 1011100 | 11101011 | 0 | 111110 | 100 | 100 | 100110000 | 1011000 | 1000010 |
Color Harmonies of #F55CEB
Complementary color
Monochromatic Colors of #F55CEB
Black with #F55CEB
Text Example
Text Example
White with #F55CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55CEB; }
p { color: rgb(245,92,235); }
H1.HeaderClassName
{
color: #F55CEB;
}
.AnyTagClassName
{
color: #F55CEB;
}
</style>
background-color css
<style>
a { background-color: #F55CEB; }
a { background-color: rgb(245,92,235); }
div.DivClassName
{
background-color: #F55CEB;
}
.BgClassName
{
background-color: #F55CEB;
}
</style>
border-color css
<style>
span { border-color: #F55CEB; }
span { border-color: rgb(245,92,235); }
td.TdClassName
{
border-color: #F55CEB;
}
.TagClassName
{
border-color: #F55CEB;
}
</style>