Shades of Pink Flamingo #F558FF
Tints of Pink Flamingo #F558FF
RGB
CMYK
RGB Variations
Color information
#F558FF (or 0xF558FF) is known color: Pink Flamingo. HEX triplet: F5, 58 and FF. RGB value is (245,88,255). Sum of RGB (Red+Green+Blue) = 245+88+255=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 88 (34.77% from 255 or 14.97% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #F558FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558FF is #0AA700. Grayscale: #999999. Windows color (decimal): -698113 or 16734453. OLE color: 16734453.
HSL color Cylindrical-coordinate representation of color #F558FF: hue angle of 296.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F558FF is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 88 | 255 | - |
| CMYK | 0.04 | 0.65 | 0 | 0 |
| HSL | 296.41º | 1% | 0.67% | - |
| HSV(B) | 296.41º | 0.65% | 1% | - |
| XYZ | 59.2 | 33.61 | 97.98 | - |
| YUV | 153.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 255 | 0.04 | 0.65 | 0 | 0 | 296.41 | 1 | 0.67 |
| Hex | F5 | 58 | FF | 4 | 41 | 0 | 0 | 128 | 64 | 43 |
| Octal | 365 | 130 | 377 | 4 | 101 | 0 | 0 | 450 | 144 | 103 |
| Binary | 11110101 | 1011000 | 11111111 | 100 | 1000001 | 0 | 0 | 100101000 | 1100100 | 1000011 |
Color Harmonies of #F558FF
Complementary color
Monochromatic Colors of #F558FF
Black with #F558FF
Text Example
Text Example
White with #F558FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558FF; }
p { color: rgb(245,88,255); }
H1.HeaderClassName
{
color: #F558FF;
}
.AnyTagClassName
{
color: #F558FF;
}
</style>
background-color css
<style>
a { background-color: #F558FF; }
a { background-color: rgb(245,88,255); }
div.DivClassName
{
background-color: #F558FF;
}
.BgClassName
{
background-color: #F558FF;
}
</style>
border-color css
<style>
span { border-color: #F558FF; }
span { border-color: rgb(245,88,255); }
td.TdClassName
{
border-color: #F558FF;
}
.TagClassName
{
border-color: #F558FF;
}
</style>