Shades of Pink Flamingo #F558ED
Tints of Pink Flamingo #F558ED
RGB
CMYK
RGB Variations
Color information
#F558ED (or 0xF558ED) is known color: Pink Flamingo. HEX triplet: F5, 58 and ED. RGB value is (245,88,237). Sum of RGB (Red+Green+Blue) = 245+88+237=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F558ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558ED is #0AA712. Grayscale: #979797. Windows color (decimal): -698131 or 15554805. OLE color: 15554805.
HSL color Cylindrical-coordinate representation of color #F558ED: hue angle of 303.06º 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 #F558ED is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 237 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.04 |
| HSL | 303.06º | 0.89% | 0.65% | - |
| HSV(B) | 303.06º | 0.64% | 0.96% | - |
| XYZ | 56.43 | 32.51 | 83.42 | - |
| YUV | 151.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 237 | 0 | 0.64 | 0.03 | 0.04 | 303.06 | 0.89 | 0.65 |
| Hex | F5 | 58 | ED | 0 | 40 | 3 | 4 | 12F | 59 | 41 |
| Octal | 365 | 130 | 355 | 0 | 100 | 3 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11101101 | 0 | 1000000 | 11 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F558ED
Complementary color
Monochromatic Colors of #F558ED
Black with #F558ED
Text Example
Text Example
White with #F558ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558ED; }
p { color: rgb(245,88,237); }
H1.HeaderClassName
{
color: #F558ED;
}
.AnyTagClassName
{
color: #F558ED;
}
</style>
background-color css
<style>
a { background-color: #F558ED; }
a { background-color: rgb(245,88,237); }
div.DivClassName
{
background-color: #F558ED;
}
.BgClassName
{
background-color: #F558ED;
}
</style>
border-color css
<style>
span { border-color: #F558ED; }
span { border-color: rgb(245,88,237); }
td.TdClassName
{
border-color: #F558ED;
}
.TagClassName
{
border-color: #F558ED;
}
</style>