Shades of Pink Flamingo #F55BF6
Tints of Pink Flamingo #F55BF6
RGB
CMYK
RGB Variations
Color information
#F55BF6 (or 0xF55BF6) is known color: Pink Flamingo. HEX triplet: F5, 5B and F6. RGB value is (245,91,246). Sum of RGB (Red+Green+Blue) = 245+91+246=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #F55BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BF6 is #0AA409. Grayscale: #9A9A9A. Windows color (decimal): -697354 or 16145397. OLE color: 16145397.
HSL color Cylindrical-coordinate representation of color #F55BF6: hue angle of 299.61º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BF6 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 246 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.04 |
| HSL | 299.61º | 0.9% | 0.66% | - |
| HSV(B) | 299.61º | 0.63% | 0.96% | - |
| XYZ | 58.03 | 33.55 | 90.61 | - |
| YUV | 154.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 246 | 0.00 | 0.63 | 0 | 0.04 | 299.61 | 0.9 | 0.66 |
| Hex | F5 | 5B | F6 | 0 | 3F | 0 | 4 | 12C | 5A | 42 |
| Octal | 365 | 133 | 366 | 0 | 77 | 0 | 4 | 454 | 132 | 102 |
| Binary | 11110101 | 1011011 | 11110110 | 0 | 111111 | 0 | 100 | 100101100 | 1011010 | 1000010 |
Color Harmonies of #F55BF6
Complementary color
Monochromatic Colors of #F55BF6
Black with #F55BF6
Text Example
Text Example
White with #F55BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BF6; }
p { color: rgb(245,91,246); }
H1.HeaderClassName
{
color: #F55BF6;
}
.AnyTagClassName
{
color: #F55BF6;
}
</style>
background-color css
<style>
a { background-color: #F55BF6; }
a { background-color: rgb(245,91,246); }
div.DivClassName
{
background-color: #F55BF6;
}
.BgClassName
{
background-color: #F55BF6;
}
</style>
border-color css
<style>
span { border-color: #F55BF6; }
span { border-color: rgb(245,91,246); }
td.TdClassName
{
border-color: #F55BF6;
}
.TagClassName
{
border-color: #F55BF6;
}
</style>