Shades of Pink Flamingo #F550F1
Tints of Pink Flamingo #F550F1
RGB
CMYK
RGB Variations
Color information
#F550F1 (or 0xF550F1) is known color: Pink Flamingo. HEX triplet: F5, 50 and F1. RGB value is (245,80,241). Sum of RGB (Red+Green+Blue) = 245+80+241=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F550F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550F1 is #0AAF0E. Grayscale: #939393. Windows color (decimal): -700175 or 15814901. OLE color: 15814901.
HSL color Cylindrical-coordinate representation of color #F550F1: hue angle of 301.45º 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 #F550F1 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 241 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.04 |
| HSL | 301.45º | 0.89% | 0.64% | - |
| HSV(B) | 301.45º | 0.67% | 0.96% | - |
| XYZ | 56.4 | 31.5 | 86.33 | - |
| YUV | 147.69 | 180.66 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 241 | 0 | 0.67 | 0.02 | 0.04 | 301.45 | 0.89 | 0.64 |
| Hex | F5 | 50 | F1 | 0 | 43 | 2 | 4 | 12D | 59 | 40 |
| Octal | 365 | 120 | 361 | 0 | 103 | 2 | 4 | 455 | 131 | 100 |
| Binary | 11110101 | 1010000 | 11110001 | 0 | 1000011 | 10 | 100 | 100101101 | 1011001 | 1000000 |
Color Harmonies of #F550F1
Complementary color
Monochromatic Colors of #F550F1
Black with #F550F1
Text Example
Text Example
White with #F550F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550F1; }
p { color: rgb(245,80,241); }
H1.HeaderClassName
{
color: #F550F1;
}
.AnyTagClassName
{
color: #F550F1;
}
</style>
background-color css
<style>
a { background-color: #F550F1; }
a { background-color: rgb(245,80,241); }
div.DivClassName
{
background-color: #F550F1;
}
.BgClassName
{
background-color: #F550F1;
}
</style>
border-color css
<style>
span { border-color: #F550F1; }
span { border-color: rgb(245,80,241); }
td.TdClassName
{
border-color: #F550F1;
}
.TagClassName
{
border-color: #F550F1;
}
</style>