Shades of Pink Flamingo #F556F1
Tints of Pink Flamingo #F556F1
RGB
CMYK
RGB Variations
Color information
#F556F1 (or 0xF556F1) is known color: Pink Flamingo. HEX triplet: F5, 56 and F1. RGB value is (245,86,241). Sum of RGB (Red+Green+Blue) = 245+86+241=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F556F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F556F1 is #0AA90E. Grayscale: #969696. Windows color (decimal): -698639 or 15816437. OLE color: 15816437.
HSL color Cylindrical-coordinate representation of color #F556F1: hue angle of 301.51º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556F1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 241 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 301.51º | 0.89% | 0.65% | - |
| HSV(B) | 301.51º | 0.65% | 0.96% | - |
| XYZ | 56.86 | 32.42 | 86.48 | - |
| YUV | 151.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 241 | 0 | 0.65 | 0.02 | 0.04 | 301.51 | 0.89 | 0.65 |
| Hex | F5 | 56 | F1 | 0 | 41 | 2 | 4 | 12E | 59 | 41 |
| Octal | 365 | 126 | 361 | 0 | 101 | 2 | 4 | 456 | 131 | 101 |
| Binary | 11110101 | 1010110 | 11110001 | 0 | 1000001 | 10 | 100 | 100101110 | 1011001 | 1000001 |
Color Harmonies of #F556F1
Complementary color
Monochromatic Colors of #F556F1
Black with #F556F1
Text Example
Text Example
White with #F556F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556F1; }
p { color: rgb(245,86,241); }
H1.HeaderClassName
{
color: #F556F1;
}
.AnyTagClassName
{
color: #F556F1;
}
</style>
background-color css
<style>
a { background-color: #F556F1; }
a { background-color: rgb(245,86,241); }
div.DivClassName
{
background-color: #F556F1;
}
.BgClassName
{
background-color: #F556F1;
}
</style>
border-color css
<style>
span { border-color: #F556F1; }
span { border-color: rgb(245,86,241); }
td.TdClassName
{
border-color: #F556F1;
}
.TagClassName
{
border-color: #F556F1;
}
</style>