Shades of Pink Flamingo #F854EC
Tints of Pink Flamingo #F854EC
RGB
CMYK
RGB Variations
Color information
#F854EC (or 0xF854EC) is known color: Pink Flamingo. HEX triplet: F8, 54 and EC. RGB value is (248,84,236). Sum of RGB (Red+Green+Blue) = 248+84+236=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F854EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F854EC is #07AB13. Grayscale: #959595. Windows color (decimal): -502548 or 15488248. OLE color: 15488248.
HSL color Cylindrical-coordinate representation of color #F854EC: hue angle of 304.39º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F854EC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 236 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.03 |
| HSL | 304.39º | 0.92% | 0.65% | - |
| HSV(B) | 304.39º | 0.66% | 0.97% | - |
| XYZ | 57.02 | 32.35 | 82.6 | - |
| YUV | 150.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 236 | 0 | 0.66 | 0.05 | 0.03 | 304.39 | 0.92 | 0.65 |
| Hex | F8 | 54 | EC | 0 | 42 | 5 | 3 | 130 | 5C | 41 |
| Octal | 370 | 124 | 354 | 0 | 102 | 5 | 3 | 460 | 134 | 101 |
| Binary | 11111000 | 1010100 | 11101100 | 0 | 1000010 | 101 | 11 | 100110000 | 1011100 | 1000001 |
Color Harmonies of #F854EC
Complementary color
Monochromatic Colors of #F854EC
Black with #F854EC
Text Example
Text Example
White with #F854EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854EC; }
p { color: rgb(248,84,236); }
H1.HeaderClassName
{
color: #F854EC;
}
.AnyTagClassName
{
color: #F854EC;
}
</style>
background-color css
<style>
a { background-color: #F854EC; }
a { background-color: rgb(248,84,236); }
div.DivClassName
{
background-color: #F854EC;
}
.BgClassName
{
background-color: #F854EC;
}
</style>
border-color css
<style>
span { border-color: #F854EC; }
span { border-color: rgb(248,84,236); }
td.TdClassName
{
border-color: #F854EC;
}
.TagClassName
{
border-color: #F854EC;
}
</style>