Shades of Pink Flamingo #F558FA
Tints of Pink Flamingo #F558FA
RGB
CMYK
RGB Variations
Color information
#F558FA (or 0xF558FA) is known color: Pink Flamingo. HEX triplet: F5, 58 and FA. RGB value is (245,88,250). Sum of RGB (Red+Green+Blue) = 245+88+250=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 88 (34.77% from 255 or 15.09% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #F558FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558FA is #0AA705. Grayscale: #989898. Windows color (decimal): -698118 or 16406773. OLE color: 16406773.
HSL color Cylindrical-coordinate representation of color #F558FA: hue angle of 298.15º degrees, saturation: 0.94, 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 #F558FA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 88 | 250 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.02 |
| HSL | 298.15º | 0.94% | 0.66% | - |
| HSV(B) | 298.15º | 0.65% | 0.98% | - |
| XYZ | 58.4 | 33.29 | 93.79 | - |
| YUV | 153.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 250 | 0.02 | 0.65 | 0 | 0.02 | 298.15 | 0.94 | 0.66 |
| Hex | F5 | 58 | FA | 2 | 41 | 0 | 2 | 12A | 5E | 42 |
| Octal | 365 | 130 | 372 | 2 | 101 | 0 | 2 | 452 | 136 | 102 |
| Binary | 11110101 | 1011000 | 11111010 | 10 | 1000001 | 0 | 10 | 100101010 | 1011110 | 1000010 |
Color Harmonies of #F558FA
Complementary color
Monochromatic Colors of #F558FA
Black with #F558FA
Text Example
Text Example
White with #F558FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558FA; }
p { color: rgb(245,88,250); }
H1.HeaderClassName
{
color: #F558FA;
}
.AnyTagClassName
{
color: #F558FA;
}
</style>
background-color css
<style>
a { background-color: #F558FA; }
a { background-color: rgb(245,88,250); }
div.DivClassName
{
background-color: #F558FA;
}
.BgClassName
{
background-color: #F558FA;
}
</style>
border-color css
<style>
span { border-color: #F558FA; }
span { border-color: rgb(245,88,250); }
td.TdClassName
{
border-color: #F558FA;
}
.TagClassName
{
border-color: #F558FA;
}
</style>