Shades of Pink Flamingo #F84EFB
Tints of Pink Flamingo #F84EFB
RGB
CMYK
RGB Variations
Color information
#F84EFB (or 0xF84EFB) is known color: Pink Flamingo. HEX triplet: F8, 4E and FB. RGB value is (248,78,251). Sum of RGB (Red+Green+Blue) = 248+78+251=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #F84EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EFB is #07B104. Grayscale: #949494. Windows color (decimal): -504069 or 16469752. OLE color: 16469752.
HSL color Cylindrical-coordinate representation of color #F84EFB: hue angle of 298.96º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EFB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 78 | 251 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.02 |
| HSL | 298.96º | 0.96% | 0.65% | - |
| HSV(B) | 298.96º | 0.69% | 0.98% | - |
| XYZ | 58.85 | 32.37 | 94.41 | - |
| YUV | 148.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 251 | 0.01 | 0.69 | 0 | 0.02 | 298.96 | 0.96 | 0.65 |
| Hex | F8 | 4E | FB | 1 | 45 | 0 | 2 | 12B | 60 | 41 |
| Octal | 370 | 116 | 373 | 1 | 105 | 0 | 2 | 453 | 140 | 101 |
| Binary | 11111000 | 1001110 | 11111011 | 1 | 1000101 | 0 | 10 | 100101011 | 1100000 | 1000001 |
Color Harmonies of #F84EFB
Complementary color
Monochromatic Colors of #F84EFB
Black with #F84EFB
Text Example
Text Example
White with #F84EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EFB; }
p { color: rgb(248,78,251); }
H1.HeaderClassName
{
color: #F84EFB;
}
.AnyTagClassName
{
color: #F84EFB;
}
</style>
background-color css
<style>
a { background-color: #F84EFB; }
a { background-color: rgb(248,78,251); }
div.DivClassName
{
background-color: #F84EFB;
}
.BgClassName
{
background-color: #F84EFB;
}
</style>
border-color css
<style>
span { border-color: #F84EFB; }
span { border-color: rgb(248,78,251); }
td.TdClassName
{
border-color: #F84EFB;
}
.TagClassName
{
border-color: #F84EFB;
}
</style>