Shades of Pink Flamingo #F84EEF
Tints of Pink Flamingo #F84EEF
RGB
CMYK
RGB Variations
Color information
#F84EEF (or 0xF84EEF) is known color: Pink Flamingo. HEX triplet: F8, 4E and EF. RGB value is (248,78,239). Sum of RGB (Red+Green+Blue) = 248+78+239=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EEF is #07B110. Grayscale: #929292. Windows color (decimal): -504081 or 15683320. OLE color: 15683320.
HSL color Cylindrical-coordinate representation of color #F84EEF: hue angle of 303.18º 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 #F84EEF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 239 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.03 |
| HSL | 303.18º | 0.92% | 0.64% | - |
| HSV(B) | 303.18º | 0.69% | 0.97% | - |
| XYZ | 57.02 | 31.64 | 84.76 | - |
| YUV | 147.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 239 | 0 | 0.69 | 0.04 | 0.03 | 303.18 | 0.92 | 0.64 |
| Hex | F8 | 4E | EF | 0 | 45 | 4 | 3 | 12F | 5C | 40 |
| Octal | 370 | 116 | 357 | 0 | 105 | 4 | 3 | 457 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11101111 | 0 | 1000101 | 100 | 11 | 100101111 | 1011100 | 1000000 |
Color Harmonies of #F84EEF
Complementary color
Monochromatic Colors of #F84EEF
Black with #F84EEF
Text Example
Text Example
White with #F84EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EEF; }
p { color: rgb(248,78,239); }
H1.HeaderClassName
{
color: #F84EEF;
}
.AnyTagClassName
{
color: #F84EEF;
}
</style>
background-color css
<style>
a { background-color: #F84EEF; }
a { background-color: rgb(248,78,239); }
div.DivClassName
{
background-color: #F84EEF;
}
.BgClassName
{
background-color: #F84EEF;
}
</style>
border-color css
<style>
span { border-color: #F84EEF; }
span { border-color: rgb(248,78,239); }
td.TdClassName
{
border-color: #F84EEF;
}
.TagClassName
{
border-color: #F84EEF;
}
</style>