Shades of Pink Flamingo #F84EED
Tints of Pink Flamingo #F84EED
RGB
CMYK
RGB Variations
Color information
#F84EED (or 0xF84EED) is known color: Pink Flamingo. HEX triplet: F8, 4E and ED. RGB value is (248,78,237). Sum of RGB (Red+Green+Blue) = 248+78+237=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EED is #07B112. Grayscale: #929292. Windows color (decimal): -504083 or 15552248. OLE color: 15552248.
HSL color Cylindrical-coordinate representation of color #F84EED: hue angle of 303.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EED is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 237 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.03 |
| HSL | 303.88º | 0.92% | 0.64% | - |
| HSV(B) | 303.88º | 0.69% | 0.97% | - |
| XYZ | 56.72 | 31.52 | 83.22 | - |
| YUV | 146.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 237 | 0 | 0.69 | 0.04 | 0.03 | 303.88 | 0.92 | 0.64 |
| Hex | F8 | 4E | ED | 0 | 45 | 4 | 3 | 130 | 5C | 40 |
| Octal | 370 | 116 | 355 | 0 | 105 | 4 | 3 | 460 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11101101 | 0 | 1000101 | 100 | 11 | 100110000 | 1011100 | 1000000 |
Color Harmonies of #F84EED
Complementary color
Monochromatic Colors of #F84EED
Black with #F84EED
Text Example
Text Example
White with #F84EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EED; }
p { color: rgb(248,78,237); }
H1.HeaderClassName
{
color: #F84EED;
}
.AnyTagClassName
{
color: #F84EED;
}
</style>
background-color css
<style>
a { background-color: #F84EED; }
a { background-color: rgb(248,78,237); }
div.DivClassName
{
background-color: #F84EED;
}
.BgClassName
{
background-color: #F84EED;
}
</style>
border-color css
<style>
span { border-color: #F84EED; }
span { border-color: rgb(248,78,237); }
td.TdClassName
{
border-color: #F84EED;
}
.TagClassName
{
border-color: #F84EED;
}
</style>