Shades of Pink Flamingo #F84EEE
Tints of Pink Flamingo #F84EEE
RGB
CMYK
RGB Variations
Color information
#F84EEE (or 0xF84EEE) is known color: Pink Flamingo. HEX triplet: F8, 4E and EE. RGB value is (248,78,238). Sum of RGB (Red+Green+Blue) = 248+78+238=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EEE is #07B111. Grayscale: #929292. Windows color (decimal): -504082 or 15617784. OLE color: 15617784.
HSL color Cylindrical-coordinate representation of color #F84EEE: hue angle of 303.53º 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 #F84EEE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 238 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.03 |
| HSL | 303.53º | 0.92% | 0.64% | - |
| HSV(B) | 303.53º | 0.69% | 0.97% | - |
| XYZ | 56.87 | 31.58 | 83.99 | - |
| YUV | 147.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 238 | 0 | 0.69 | 0.04 | 0.03 | 303.53 | 0.92 | 0.64 |
| Hex | F8 | 4E | EE | 0 | 45 | 4 | 3 | 130 | 5C | 40 |
| Octal | 370 | 116 | 356 | 0 | 105 | 4 | 3 | 460 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11101110 | 0 | 1000101 | 100 | 11 | 100110000 | 1011100 | 1000000 |
Color Harmonies of #F84EEE
Complementary color
Monochromatic Colors of #F84EEE
Black with #F84EEE
Text Example
Text Example
White with #F84EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EEE; }
p { color: rgb(248,78,238); }
H1.HeaderClassName
{
color: #F84EEE;
}
.AnyTagClassName
{
color: #F84EEE;
}
</style>
background-color css
<style>
a { background-color: #F84EEE; }
a { background-color: rgb(248,78,238); }
div.DivClassName
{
background-color: #F84EEE;
}
.BgClassName
{
background-color: #F84EEE;
}
</style>
border-color css
<style>
span { border-color: #F84EEE; }
span { border-color: rgb(248,78,238); }
td.TdClassName
{
border-color: #F84EEE;
}
.TagClassName
{
border-color: #F84EEE;
}
</style>