Shades of Pink Flamingo #F55BFF
Tints of Pink Flamingo #F55BFF
RGB
CMYK
RGB Variations
Color information
#F55BFF (or 0xF55BFF) is known color: Pink Flamingo. HEX triplet: F5, 5B and FF. RGB value is (245,91,255). Sum of RGB (Red+Green+Blue) = 245+91+255=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 91 (35.94% from 255 or 15.40% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #F55BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BFF is #0AA400. Grayscale: #9B9B9B. Windows color (decimal): -697345 or 16735221. OLE color: 16735221.
HSL color Cylindrical-coordinate representation of color #F55BFF: hue angle of 296.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55BFF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 91 | 255 | - |
| CMYK | 0.04 | 0.64 | 0 | 0 |
| HSL | 296.34º | 1% | 0.68% | - |
| HSV(B) | 296.34º | 0.64% | 1% | - |
| XYZ | 59.45 | 34.11 | 98.06 | - |
| YUV | 155.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 255 | 0.04 | 0.64 | 0 | 0 | 296.34 | 1 | 0.68 |
| Hex | F5 | 5B | FF | 4 | 40 | 0 | 0 | 128 | 64 | 44 |
| Octal | 365 | 133 | 377 | 4 | 100 | 0 | 0 | 450 | 144 | 104 |
| Binary | 11110101 | 1011011 | 11111111 | 100 | 1000000 | 0 | 0 | 100101000 | 1100100 | 1000100 |
Color Harmonies of #F55BFF
Complementary color
Monochromatic Colors of #F55BFF
Black with #F55BFF
Text Example
Text Example
White with #F55BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BFF; }
p { color: rgb(245,91,255); }
H1.HeaderClassName
{
color: #F55BFF;
}
.AnyTagClassName
{
color: #F55BFF;
}
</style>
background-color css
<style>
a { background-color: #F55BFF; }
a { background-color: rgb(245,91,255); }
div.DivClassName
{
background-color: #F55BFF;
}
.BgClassName
{
background-color: #F55BFF;
}
</style>
border-color css
<style>
span { border-color: #F55BFF; }
span { border-color: rgb(245,91,255); }
td.TdClassName
{
border-color: #F55BFF;
}
.TagClassName
{
border-color: #F55BFF;
}
</style>