Shades of Pink Flamingo #F555F9
Tints of Pink Flamingo #F555F9
RGB
CMYK
RGB Variations
Color information
#F555F9 (or 0xF555F9) is known color: Pink Flamingo. HEX triplet: F5, 55 and F9. RGB value is (245,85,249). Sum of RGB (Red+Green+Blue) = 245+85+249=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #F555F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555F9 is #0AAA06. Grayscale: #979797. Windows color (decimal): -698887 or 16340469. OLE color: 16340469.
HSL color Cylindrical-coordinate representation of color #F555F9: hue angle of 298.54º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F555F9 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 85 | 249 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 298.54º | 0.93% | 0.65% | - |
| HSV(B) | 298.54º | 0.66% | 0.98% | - |
| XYZ | 58 | 32.75 | 92.89 | - |
| YUV | 151.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 249 | 0.02 | 0.66 | 0 | 0.02 | 298.54 | 0.93 | 0.65 |
| Hex | F5 | 55 | F9 | 2 | 42 | 0 | 2 | 12B | 5D | 41 |
| Octal | 365 | 125 | 371 | 2 | 102 | 0 | 2 | 453 | 135 | 101 |
| Binary | 11110101 | 1010101 | 11111001 | 10 | 1000010 | 0 | 10 | 100101011 | 1011101 | 1000001 |
Color Harmonies of #F555F9
Complementary color
Monochromatic Colors of #F555F9
Black with #F555F9
Text Example
Text Example
White with #F555F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555F9; }
p { color: rgb(245,85,249); }
H1.HeaderClassName
{
color: #F555F9;
}
.AnyTagClassName
{
color: #F555F9;
}
</style>
background-color css
<style>
a { background-color: #F555F9; }
a { background-color: rgb(245,85,249); }
div.DivClassName
{
background-color: #F555F9;
}
.BgClassName
{
background-color: #F555F9;
}
</style>
border-color css
<style>
span { border-color: #F555F9; }
span { border-color: rgb(245,85,249); }
td.TdClassName
{
border-color: #F555F9;
}
.TagClassName
{
border-color: #F555F9;
}
</style>