Shades of Pink Flamingo #F54EF3
Tints of Pink Flamingo #F54EF3
RGB
CMYK
RGB Variations
Color information
#F54EF3 (or 0xF54EF3) is known color: Pink Flamingo. HEX triplet: F5, 4E and F3. RGB value is (245,78,243). Sum of RGB (Red+Green+Blue) = 245+78+243=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54EF3 is #0AB10C. Grayscale: #929292. Windows color (decimal): -700685 or 15945461. OLE color: 15945461.
HSL color Cylindrical-coordinate representation of color #F54EF3: hue angle of 300.72º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EF3 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 243 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 300.72º | 0.89% | 0.63% | - |
| HSV(B) | 300.72º | 0.68% | 0.96% | - |
| XYZ | 56.56 | 31.33 | 87.86 | - |
| YUV | 146.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 243 | 0 | 0.68 | 0.01 | 0.04 | 300.72 | 0.89 | 0.63 |
| Hex | F5 | 4E | F3 | 0 | 44 | 1 | 4 | 12D | 59 | 3F |
| Octal | 365 | 116 | 363 | 0 | 104 | 1 | 4 | 455 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11110011 | 0 | 1000100 | 1 | 100 | 100101101 | 1011001 | 111111 |
Color Harmonies of #F54EF3
Complementary color
Monochromatic Colors of #F54EF3
Black with #F54EF3
Text Example
Text Example
White with #F54EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EF3; }
p { color: rgb(245,78,243); }
H1.HeaderClassName
{
color: #F54EF3;
}
.AnyTagClassName
{
color: #F54EF3;
}
</style>
background-color css
<style>
a { background-color: #F54EF3; }
a { background-color: rgb(245,78,243); }
div.DivClassName
{
background-color: #F54EF3;
}
.BgClassName
{
background-color: #F54EF3;
}
</style>
border-color css
<style>
span { border-color: #F54EF3; }
span { border-color: rgb(245,78,243); }
td.TdClassName
{
border-color: #F54EF3;
}
.TagClassName
{
border-color: #F54EF3;
}
</style>