Shades of Pink Flamingo #F54FEE
Tints of Pink Flamingo #F54FEE
RGB
CMYK
RGB Variations
Color information
#F54FEE (or 0xF54FEE) is known color: Pink Flamingo. HEX triplet: F5, 4F and EE. RGB value is (245,79,238). Sum of RGB (Red+Green+Blue) = 245+79+238=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54FEE is #0AB011. Grayscale: #929292. Windows color (decimal): -700434 or 15618037. OLE color: 15618037.
HSL color Cylindrical-coordinate representation of color #F54FEE: hue angle of 302.53º 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 #F54FEE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 238 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.04 |
| HSL | 302.53º | 0.89% | 0.64% | - |
| HSV(B) | 302.53º | 0.68% | 0.96% | - |
| XYZ | 55.88 | 31.18 | 83.96 | - |
| YUV | 146.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 238 | 0 | 0.68 | 0.03 | 0.04 | 302.53 | 0.89 | 0.64 |
| Hex | F5 | 4F | EE | 0 | 44 | 3 | 4 | 12F | 59 | 40 |
| Octal | 365 | 117 | 356 | 0 | 104 | 3 | 4 | 457 | 131 | 100 |
| Binary | 11110101 | 1001111 | 11101110 | 0 | 1000100 | 11 | 100 | 100101111 | 1011001 | 1000000 |
Color Harmonies of #F54FEE
Complementary color
Monochromatic Colors of #F54FEE
Black with #F54FEE
Text Example
Text Example
White with #F54FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FEE; }
p { color: rgb(245,79,238); }
H1.HeaderClassName
{
color: #F54FEE;
}
.AnyTagClassName
{
color: #F54FEE;
}
</style>
background-color css
<style>
a { background-color: #F54FEE; }
a { background-color: rgb(245,79,238); }
div.DivClassName
{
background-color: #F54FEE;
}
.BgClassName
{
background-color: #F54FEE;
}
</style>
border-color css
<style>
span { border-color: #F54FEE; }
span { border-color: rgb(245,79,238); }
td.TdClassName
{
border-color: #F54FEE;
}
.TagClassName
{
border-color: #F54FEE;
}
</style>