Shades of Pink Flamingo #F54AEF
Tints of Pink Flamingo #F54AEF
RGB
CMYK
RGB Variations
Color information
#F54AEF (or 0xF54AEF) is known color: Pink Flamingo. HEX triplet: F5, 4A and EF. RGB value is (245,74,239). Sum of RGB (Red+Green+Blue) = 245+74+239=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F54AEF is #0AB510. Grayscale: #8F8F8F. Windows color (decimal): -701713 or 15682293. OLE color: 15682293.
HSL color Cylindrical-coordinate representation of color #F54AEF: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54AEF is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 239 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.04 |
| HSL | 302.11º | 0.9% | 0.63% | - |
| HSV(B) | 302.11º | 0.7% | 0.96% | - |
| XYZ | 55.68 | 30.54 | 84.62 | - |
| YUV | 143.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 239 | 0 | 0.70 | 0.02 | 0.04 | 302.11 | 0.9 | 0.63 |
| Hex | F5 | 4A | EF | 0 | 46 | 2 | 4 | 12E | 5A | 3F |
| Octal | 365 | 112 | 357 | 0 | 106 | 2 | 4 | 456 | 132 | 77 |
| Binary | 11110101 | 1001010 | 11101111 | 0 | 1000110 | 10 | 100 | 100101110 | 1011010 | 111111 |
Color Harmonies of #F54AEF
Complementary color
Monochromatic Colors of #F54AEF
Black with #F54AEF
Text Example
Text Example
White with #F54AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AEF; }
p { color: rgb(245,74,239); }
H1.HeaderClassName
{
color: #F54AEF;
}
.AnyTagClassName
{
color: #F54AEF;
}
</style>
background-color css
<style>
a { background-color: #F54AEF; }
a { background-color: rgb(245,74,239); }
div.DivClassName
{
background-color: #F54AEF;
}
.BgClassName
{
background-color: #F54AEF;
}
</style>
border-color css
<style>
span { border-color: #F54AEF; }
span { border-color: rgb(245,74,239); }
td.TdClassName
{
border-color: #F54AEF;
}
.TagClassName
{
border-color: #F54AEF;
}
</style>