Shades of Pink Flamingo #F55BFC
Tints of Pink Flamingo #F55BFC
RGB
CMYK
RGB Variations
Color information
#F55BFC (or 0xF55BFC) is known color: Pink Flamingo. HEX triplet: F5, 5B and FC. RGB value is (245,91,252). Sum of RGB (Red+Green+Blue) = 245+91+252=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 91 (35.94% from 255 or 15.48% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #F55BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BFC is #0AA403. Grayscale: #9A9A9A. Windows color (decimal): -697348 or 16538613. OLE color: 16538613.
HSL color Cylindrical-coordinate representation of color #F55BFC: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F55BFC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 91 | 252 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.01 |
| HSL | 297.39º | 0.96% | 0.67% | - |
| HSV(B) | 297.39º | 0.64% | 0.99% | - |
| XYZ | 58.97 | 33.92 | 95.54 | - |
| YUV | 155.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 252 | 0.03 | 0.64 | 0 | 0.01 | 297.39 | 0.96 | 0.67 |
| Hex | F5 | 5B | FC | 3 | 40 | 0 | 1 | 129 | 60 | 43 |
| Octal | 365 | 133 | 374 | 3 | 100 | 0 | 1 | 451 | 140 | 103 |
| Binary | 11110101 | 1011011 | 11111100 | 11 | 1000000 | 0 | 1 | 100101001 | 1100000 | 1000011 |
Color Harmonies of #F55BFC
Complementary color
Monochromatic Colors of #F55BFC
Black with #F55BFC
Text Example
Text Example
White with #F55BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BFC; }
p { color: rgb(245,91,252); }
H1.HeaderClassName
{
color: #F55BFC;
}
.AnyTagClassName
{
color: #F55BFC;
}
</style>
background-color css
<style>
a { background-color: #F55BFC; }
a { background-color: rgb(245,91,252); }
div.DivClassName
{
background-color: #F55BFC;
}
.BgClassName
{
background-color: #F55BFC;
}
</style>
border-color css
<style>
span { border-color: #F55BFC; }
span { border-color: rgb(245,91,252); }
td.TdClassName
{
border-color: #F55BFC;
}
.TagClassName
{
border-color: #F55BFC;
}
</style>