Shades of Pink Flamingo #F55EF3
Tints of Pink Flamingo #F55EF3
RGB
CMYK
RGB Variations
Color information
#F55EF3 (or 0xF55EF3) is known color: Pink Flamingo. HEX triplet: F5, 5E and F3. RGB value is (245,94,243). Sum of RGB (Red+Green+Blue) = 245+94+243=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55EF3 is #0AA10C. Grayscale: #9B9B9B. Windows color (decimal): -696589 or 15949557. OLE color: 15949557.
HSL color Cylindrical-coordinate representation of color #F55EF3: hue angle of 300.79º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EF3 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 243 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.04 |
| HSL | 300.79º | 0.88% | 0.66% | - |
| HSV(B) | 300.79º | 0.62% | 0.96% | - |
| XYZ | 57.84 | 33.89 | 88.29 | - |
| YUV | 156.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 243 | 0 | 0.62 | 0.01 | 0.04 | 300.79 | 0.88 | 0.66 |
| Hex | F5 | 5E | F3 | 0 | 3E | 1 | 4 | 12D | 58 | 42 |
| Octal | 365 | 136 | 363 | 0 | 76 | 1 | 4 | 455 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11110011 | 0 | 111110 | 1 | 100 | 100101101 | 1011000 | 1000010 |
Color Harmonies of #F55EF3
Complementary color
Monochromatic Colors of #F55EF3
Black with #F55EF3
Text Example
Text Example
White with #F55EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EF3; }
p { color: rgb(245,94,243); }
H1.HeaderClassName
{
color: #F55EF3;
}
.AnyTagClassName
{
color: #F55EF3;
}
</style>
background-color css
<style>
a { background-color: #F55EF3; }
a { background-color: rgb(245,94,243); }
div.DivClassName
{
background-color: #F55EF3;
}
.BgClassName
{
background-color: #F55EF3;
}
</style>
border-color css
<style>
span { border-color: #F55EF3; }
span { border-color: rgb(245,94,243); }
td.TdClassName
{
border-color: #F55EF3;
}
.TagClassName
{
border-color: #F55EF3;
}
</style>