Shades of Pink Flamingo #F557FF
Tints of Pink Flamingo #F557FF
RGB
CMYK
RGB Variations
Color information
#F557FF (or 0xF557FF) is known color: Pink Flamingo. HEX triplet: F5, 57 and FF. RGB value is (245,87,255). Sum of RGB (Red+Green+Blue) = 245+87+255=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 87 (34.38% from 255 or 14.82% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F557FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557FF is #0AA800. Grayscale: #989898. Windows color (decimal): -698369 or 16734197. OLE color: 16734197.
HSL color Cylindrical-coordinate representation of color #F557FF: hue angle of 296.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F557FF is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 87 | 255 | - |
| CMYK | 0.04 | 0.66 | 0 | 0 |
| HSL | 296.43º | 1% | 0.67% | - |
| HSV(B) | 296.43º | 0.66% | 1% | - |
| XYZ | 59.11 | 33.45 | 97.95 | - |
| YUV | 153.39 | 185.35 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 255 | 0.04 | 0.66 | 0 | 0 | 296.43 | 1 | 0.67 |
| Hex | F5 | 57 | FF | 4 | 42 | 0 | 0 | 128 | 64 | 43 |
| Octal | 365 | 127 | 377 | 4 | 102 | 0 | 0 | 450 | 144 | 103 |
| Binary | 11110101 | 1010111 | 11111111 | 100 | 1000010 | 0 | 0 | 100101000 | 1100100 | 1000011 |
Color Harmonies of #F557FF
Complementary color
Monochromatic Colors of #F557FF
Black with #F557FF
Text Example
Text Example
White with #F557FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557FF; }
p { color: rgb(245,87,255); }
H1.HeaderClassName
{
color: #F557FF;
}
.AnyTagClassName
{
color: #F557FF;
}
</style>
background-color css
<style>
a { background-color: #F557FF; }
a { background-color: rgb(245,87,255); }
div.DivClassName
{
background-color: #F557FF;
}
.BgClassName
{
background-color: #F557FF;
}
</style>
border-color css
<style>
span { border-color: #F557FF; }
span { border-color: rgb(245,87,255); }
td.TdClassName
{
border-color: #F557FF;
}
.TagClassName
{
border-color: #F557FF;
}
</style>