Shades of Pink Flamingo #F550EF
Tints of Pink Flamingo #F550EF
RGB
CMYK
RGB Variations
Color information
#F550EF (or 0xF550EF) is known color: Pink Flamingo. HEX triplet: F5, 50 and EF. RGB value is (245,80,239). Sum of RGB (Red+Green+Blue) = 245+80+239=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 80 (31.64% from 255 or 14.18% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F550EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550EF is #0AAF10. Grayscale: #929292. Windows color (decimal): -700177 or 15683829. OLE color: 15683829.
HSL color Cylindrical-coordinate representation of color #F550EF: hue angle of 302.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550EF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 239 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.04 |
| HSL | 302.18º | 0.89% | 0.64% | - |
| HSV(B) | 302.18º | 0.67% | 0.96% | - |
| XYZ | 56.1 | 31.38 | 84.76 | - |
| YUV | 147.46 | 179.66 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 239 | 0 | 0.67 | 0.02 | 0.04 | 302.18 | 0.89 | 0.64 |
| Hex | F5 | 50 | EF | 0 | 43 | 2 | 4 | 12E | 59 | 40 |
| Octal | 365 | 120 | 357 | 0 | 103 | 2 | 4 | 456 | 131 | 100 |
| Binary | 11110101 | 1010000 | 11101111 | 0 | 1000011 | 10 | 100 | 100101110 | 1011001 | 1000000 |
Color Harmonies of #F550EF
Complementary color
Monochromatic Colors of #F550EF
Black with #F550EF
Text Example
Text Example
White with #F550EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550EF; }
p { color: rgb(245,80,239); }
H1.HeaderClassName
{
color: #F550EF;
}
.AnyTagClassName
{
color: #F550EF;
}
</style>
background-color css
<style>
a { background-color: #F550EF; }
a { background-color: rgb(245,80,239); }
div.DivClassName
{
background-color: #F550EF;
}
.BgClassName
{
background-color: #F550EF;
}
</style>
border-color css
<style>
span { border-color: #F550EF; }
span { border-color: rgb(245,80,239); }
td.TdClassName
{
border-color: #F550EF;
}
.TagClassName
{
border-color: #F550EF;
}
</style>