Shades of Pink Flamingo #F54DFE
Tints of Pink Flamingo #F54DFE
RGB
CMYK
RGB Variations
Color information
#F54DFE (or 0xF54DFE) is known color: Pink Flamingo. HEX triplet: F5, 4D and FE. RGB value is (245,77,254). Sum of RGB (Red+Green+Blue) = 245+77+254=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F54DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DFE is #0AB201. Grayscale: #929292. Windows color (decimal): -700930 or 16666101. OLE color: 16666101.
HSL color Cylindrical-coordinate representation of color #F54DFE: hue angle of 296.95º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54DFE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 77 | 254 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.00 |
| HSL | 296.95º | 0.99% | 0.65% | - |
| HSV(B) | 296.95º | 0.7% | 1% | - |
| XYZ | 58.2 | 31.88 | 96.85 | - |
| YUV | 147.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 254 | 0.04 | 0.70 | 0 | 0.00 | 296.95 | 0.99 | 0.65 |
| Hex | F5 | 4D | FE | 4 | 46 | 0 | 0 | 129 | 63 | 41 |
| Octal | 365 | 115 | 376 | 4 | 106 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110101 | 1001101 | 11111110 | 100 | 1000110 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F54DFE
Complementary color
Monochromatic Colors of #F54DFE
Black with #F54DFE
Text Example
Text Example
White with #F54DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DFE; }
p { color: rgb(245,77,254); }
H1.HeaderClassName
{
color: #F54DFE;
}
.AnyTagClassName
{
color: #F54DFE;
}
</style>
background-color css
<style>
a { background-color: #F54DFE; }
a { background-color: rgb(245,77,254); }
div.DivClassName
{
background-color: #F54DFE;
}
.BgClassName
{
background-color: #F54DFE;
}
</style>
border-color css
<style>
span { border-color: #F54DFE; }
span { border-color: rgb(245,77,254); }
td.TdClassName
{
border-color: #F54DFE;
}
.TagClassName
{
border-color: #F54DFE;
}
</style>