Shades of Pink Flamingo #F84DFB
Tints of Pink Flamingo #F84DFB
RGB
CMYK
RGB Variations
Color information
#F84DFB (or 0xF84DFB) is known color: Pink Flamingo. HEX triplet: F8, 4D and FB. RGB value is (248,77,251). Sum of RGB (Red+Green+Blue) = 248+77+251=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #F84DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DFB is #07B204. Grayscale: #939393. Windows color (decimal): -504325 or 16469496. OLE color: 16469496.
HSL color Cylindrical-coordinate representation of color #F84DFB: hue angle of 298.97º 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 #F84DFB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 77 | 251 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.02 |
| HSL | 298.97º | 0.96% | 0.64% | - |
| HSV(B) | 298.97º | 0.69% | 0.98% | - |
| XYZ | 58.78 | 32.23 | 94.39 | - |
| YUV | 147.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 251 | 0.01 | 0.69 | 0 | 0.02 | 298.97 | 0.96 | 0.64 |
| Hex | F8 | 4D | FB | 1 | 45 | 0 | 2 | 12B | 60 | 40 |
| Octal | 370 | 115 | 373 | 1 | 105 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11111000 | 1001101 | 11111011 | 1 | 1000101 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F84DFB
Complementary color
Monochromatic Colors of #F84DFB
Black with #F84DFB
Text Example
Text Example
White with #F84DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DFB; }
p { color: rgb(248,77,251); }
H1.HeaderClassName
{
color: #F84DFB;
}
.AnyTagClassName
{
color: #F84DFB;
}
</style>
background-color css
<style>
a { background-color: #F84DFB; }
a { background-color: rgb(248,77,251); }
div.DivClassName
{
background-color: #F84DFB;
}
.BgClassName
{
background-color: #F84DFB;
}
</style>
border-color css
<style>
span { border-color: #F84DFB; }
span { border-color: rgb(248,77,251); }
td.TdClassName
{
border-color: #F84DFB;
}
.TagClassName
{
border-color: #F84DFB;
}
</style>