Shades of Pink Flamingo #F55BF3
Tints of Pink Flamingo #F55BF3
RGB
CMYK
RGB Variations
Color information
#F55BF3 (or 0xF55BF3) is known color: Pink Flamingo. HEX triplet: F5, 5B and F3. RGB value is (245,91,243). Sum of RGB (Red+Green+Blue) = 245+91+243=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 91 (35.94% from 255 or 15.72% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BF3 is #0AA40C. Grayscale: #999999. Windows color (decimal): -697357 or 15948789. OLE color: 15948789.
HSL color Cylindrical-coordinate representation of color #F55BF3: hue angle of 300.78º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BF3 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 243 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.04 |
| HSL | 300.78º | 0.89% | 0.66% | - |
| HSV(B) | 300.78º | 0.63% | 0.96% | - |
| XYZ | 57.57 | 33.37 | 88.2 | - |
| YUV | 154.37 | 178.02 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 243 | 0 | 0.63 | 0.01 | 0.04 | 300.78 | 0.89 | 0.66 |
| Hex | F5 | 5B | F3 | 0 | 3F | 1 | 4 | 12D | 59 | 42 |
| Octal | 365 | 133 | 363 | 0 | 77 | 1 | 4 | 455 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11110011 | 0 | 111111 | 1 | 100 | 100101101 | 1011001 | 1000010 |
Color Harmonies of #F55BF3
Complementary color
Monochromatic Colors of #F55BF3
Black with #F55BF3
Text Example
Text Example
White with #F55BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BF3; }
p { color: rgb(245,91,243); }
H1.HeaderClassName
{
color: #F55BF3;
}
.AnyTagClassName
{
color: #F55BF3;
}
</style>
background-color css
<style>
a { background-color: #F55BF3; }
a { background-color: rgb(245,91,243); }
div.DivClassName
{
background-color: #F55BF3;
}
.BgClassName
{
background-color: #F55BF3;
}
</style>
border-color css
<style>
span { border-color: #F55BF3; }
span { border-color: rgb(245,91,243); }
td.TdClassName
{
border-color: #F55BF3;
}
.TagClassName
{
border-color: #F55BF3;
}
</style>