Shades of Pink Flamingo #F558F1
Tints of Pink Flamingo #F558F1
RGB
CMYK
RGB Variations
Color information
#F558F1 (or 0xF558F1) is known color: Pink Flamingo. HEX triplet: F5, 58 and F1. RGB value is (245,88,241). Sum of RGB (Red+Green+Blue) = 245+88+241=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 88 (34.77% from 255 or 15.33% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F558F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558F1 is #0AA70E. Grayscale: #979797. Windows color (decimal): -698127 or 15816949. OLE color: 15816949.
HSL color Cylindrical-coordinate representation of color #F558F1: hue angle of 301.53º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F558F1 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 241 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.04 |
| HSL | 301.53º | 0.89% | 0.65% | - |
| HSV(B) | 301.53º | 0.64% | 0.96% | - |
| XYZ | 57.02 | 32.74 | 86.53 | - |
| YUV | 152.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 241 | 0 | 0.64 | 0.02 | 0.04 | 301.53 | 0.89 | 0.65 |
| Hex | F5 | 58 | F1 | 0 | 40 | 2 | 4 | 12E | 59 | 41 |
| Octal | 365 | 130 | 361 | 0 | 100 | 2 | 4 | 456 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11110001 | 0 | 1000000 | 10 | 100 | 100101110 | 1011001 | 1000001 |
Color Harmonies of #F558F1
Complementary color
Monochromatic Colors of #F558F1
Black with #F558F1
Text Example
Text Example
White with #F558F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558F1; }
p { color: rgb(245,88,241); }
H1.HeaderClassName
{
color: #F558F1;
}
.AnyTagClassName
{
color: #F558F1;
}
</style>
background-color css
<style>
a { background-color: #F558F1; }
a { background-color: rgb(245,88,241); }
div.DivClassName
{
background-color: #F558F1;
}
.BgClassName
{
background-color: #F558F1;
}
</style>
border-color css
<style>
span { border-color: #F558F1; }
span { border-color: rgb(245,88,241); }
td.TdClassName
{
border-color: #F558F1;
}
.TagClassName
{
border-color: #F558F1;
}
</style>