Shades of Pink Flamingo #F557FB
Tints of Pink Flamingo #F557FB
RGB
CMYK
RGB Variations
Color information
#F557FB (or 0xF557FB) is known color: Pink Flamingo. HEX triplet: F5, 57 and FB. RGB value is (245,87,251). Sum of RGB (Red+Green+Blue) = 245+87+251=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 87 (34.38% from 255 or 14.92% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #F557FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557FB is #0AA804. Grayscale: #989898. Windows color (decimal): -698373 or 16472053. OLE color: 16472053.
HSL color Cylindrical-coordinate representation of color #F557FB: hue angle of 297.8º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F557FB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 87 | 251 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.02 |
| HSL | 297.8º | 0.95% | 0.66% | - |
| HSV(B) | 297.8º | 0.65% | 0.98% | - |
| XYZ | 58.48 | 33.19 | 94.59 | - |
| YUV | 152.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 251 | 0.02 | 0.65 | 0 | 0.02 | 297.8 | 0.95 | 0.66 |
| Hex | F5 | 57 | FB | 2 | 41 | 0 | 2 | 12A | 5F | 42 |
| Octal | 365 | 127 | 373 | 2 | 101 | 0 | 2 | 452 | 137 | 102 |
| Binary | 11110101 | 1010111 | 11111011 | 10 | 1000001 | 0 | 10 | 100101010 | 1011111 | 1000010 |
Color Harmonies of #F557FB
Complementary color
Monochromatic Colors of #F557FB
Black with #F557FB
Text Example
Text Example
White with #F557FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557FB; }
p { color: rgb(245,87,251); }
H1.HeaderClassName
{
color: #F557FB;
}
.AnyTagClassName
{
color: #F557FB;
}
</style>
background-color css
<style>
a { background-color: #F557FB; }
a { background-color: rgb(245,87,251); }
div.DivClassName
{
background-color: #F557FB;
}
.BgClassName
{
background-color: #F557FB;
}
</style>
border-color css
<style>
span { border-color: #F557FB; }
span { border-color: rgb(245,87,251); }
td.TdClassName
{
border-color: #F557FB;
}
.TagClassName
{
border-color: #F557FB;
}
</style>