Shades of Pink Flamingo #F54DFB
Tints of Pink Flamingo #F54DFB
RGB
CMYK
RGB Variations
Color information
#F54DFB (or 0xF54DFB) is known color: Pink Flamingo. HEX triplet: F5, 4D and FB. RGB value is (245,77,251). Sum of RGB (Red+Green+Blue) = 245+77+251=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 77 (30.47% from 255 or 13.44% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F54DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54DFB is #0AB204. Grayscale: #929292. Windows color (decimal): -700933 or 16469493. OLE color: 16469493.
HSL color Cylindrical-coordinate representation of color #F54DFB: hue angle of 297.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 77 | 251 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 297.93º | 0.96% | 0.64% | - |
| HSV(B) | 297.93º | 0.69% | 0.98% | - |
| XYZ | 57.72 | 31.69 | 94.34 | - |
| YUV | 147.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 251 | 0.02 | 0.69 | 0 | 0.02 | 297.93 | 0.96 | 0.64 |
| Hex | F5 | 4D | FB | 2 | 45 | 0 | 2 | 12A | 60 | 40 |
| Octal | 365 | 115 | 373 | 2 | 105 | 0 | 2 | 452 | 140 | 100 |
| Binary | 11110101 | 1001101 | 11111011 | 10 | 1000101 | 0 | 10 | 100101010 | 1100000 | 1000000 |
Color Harmonies of #F54DFB
Complementary color
Monochromatic Colors of #F54DFB
Black with #F54DFB
Text Example
Text Example
White with #F54DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DFB; }
p { color: rgb(245,77,251); }
H1.HeaderClassName
{
color: #F54DFB;
}
.AnyTagClassName
{
color: #F54DFB;
}
</style>
background-color css
<style>
a { background-color: #F54DFB; }
a { background-color: rgb(245,77,251); }
div.DivClassName
{
background-color: #F54DFB;
}
.BgClassName
{
background-color: #F54DFB;
}
</style>
border-color css
<style>
span { border-color: #F54DFB; }
span { border-color: rgb(245,77,251); }
td.TdClassName
{
border-color: #F54DFB;
}
.TagClassName
{
border-color: #F54DFB;
}
</style>