Shades of Pink Flamingo #F54FF2
Tints of Pink Flamingo #F54FF2
RGB
CMYK
RGB Variations
Color information
#F54FF2 (or 0xF54FF2) is known color: Pink Flamingo. HEX triplet: F5, 4F and F2. RGB value is (245,79,242). Sum of RGB (Red+Green+Blue) = 245+79+242=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 79 (31.25% from 255 or 13.96% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54FF2 is #0AB00D. Grayscale: #929292. Windows color (decimal): -700430 or 15880181. OLE color: 15880181.
HSL color Cylindrical-coordinate representation of color #F54FF2: hue angle of 301.08º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54FF2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 242 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 301.08º | 0.89% | 0.64% | - |
| HSV(B) | 301.08º | 0.68% | 0.96% | - |
| XYZ | 56.48 | 31.42 | 87.09 | - |
| YUV | 147.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 242 | 0 | 0.68 | 0.01 | 0.04 | 301.08 | 0.89 | 0.64 |
| Hex | F5 | 4F | F2 | 0 | 44 | 1 | 4 | 12D | 59 | 40 |
| Octal | 365 | 117 | 362 | 0 | 104 | 1 | 4 | 455 | 131 | 100 |
| Binary | 11110101 | 1001111 | 11110010 | 0 | 1000100 | 1 | 100 | 100101101 | 1011001 | 1000000 |
Color Harmonies of #F54FF2
Complementary color
Monochromatic Colors of #F54FF2
Black with #F54FF2
Text Example
Text Example
White with #F54FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FF2; }
p { color: rgb(245,79,242); }
H1.HeaderClassName
{
color: #F54FF2;
}
.AnyTagClassName
{
color: #F54FF2;
}
</style>
background-color css
<style>
a { background-color: #F54FF2; }
a { background-color: rgb(245,79,242); }
div.DivClassName
{
background-color: #F54FF2;
}
.BgClassName
{
background-color: #F54FF2;
}
</style>
border-color css
<style>
span { border-color: #F54FF2; }
span { border-color: rgb(245,79,242); }
td.TdClassName
{
border-color: #F54FF2;
}
.TagClassName
{
border-color: #F54FF2;
}
</style>