Shades of Pink Flamingo #F54DFF
Tints of Pink Flamingo #F54DFF
RGB
CMYK
RGB Variations
Color information
#F54DFF (or 0xF54DFF) is known color: Pink Flamingo. HEX triplet: F5, 4D and FF. RGB value is (245,77,255). Sum of RGB (Red+Green+Blue) = 245+77+255=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F54DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DFF is #0AB200. Grayscale: #929292. Windows color (decimal): -700929 or 16731637. OLE color: 16731637.
HSL color Cylindrical-coordinate representation of color #F54DFF: hue angle of 296.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54DFF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 77 | 255 | - |
| CMYK | 0.04 | 0.70 | 0 | 0 |
| HSL | 296.63º | 1% | 0.65% | - |
| HSV(B) | 296.63º | 0.7% | 1% | - |
| XYZ | 58.36 | 31.94 | 97.7 | - |
| YUV | 147.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 255 | 0.04 | 0.70 | 0 | 0 | 296.63 | 1 | 0.65 |
| Hex | F5 | 4D | FF | 4 | 46 | 0 | 0 | 129 | 64 | 41 |
| Octal | 365 | 115 | 377 | 4 | 106 | 0 | 0 | 451 | 144 | 101 |
| Binary | 11110101 | 1001101 | 11111111 | 100 | 1000110 | 0 | 0 | 100101001 | 1100100 | 1000001 |
Color Harmonies of #F54DFF
Complementary color
Monochromatic Colors of #F54DFF
Black with #F54DFF
Text Example
Text Example
White with #F54DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DFF; }
p { color: rgb(245,77,255); }
H1.HeaderClassName
{
color: #F54DFF;
}
.AnyTagClassName
{
color: #F54DFF;
}
</style>
background-color css
<style>
a { background-color: #F54DFF; }
a { background-color: rgb(245,77,255); }
div.DivClassName
{
background-color: #F54DFF;
}
.BgClassName
{
background-color: #F54DFF;
}
</style>
border-color css
<style>
span { border-color: #F54DFF; }
span { border-color: rgb(245,77,255); }
td.TdClassName
{
border-color: #F54DFF;
}
.TagClassName
{
border-color: #F54DFF;
}
</style>