Shades of Pink Flamingo #F863EC
Tints of Pink Flamingo #F863EC
RGB
CMYK
RGB Variations
Color information
#F863EC (or 0xF863EC) is known color: Pink Flamingo. HEX triplet: F8, 63 and EC. RGB value is (248,99,236). Sum of RGB (Red+Green+Blue) = 248+99+236=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 99 (39.06% from 255 or 16.98% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F863EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863EC is #079C13. Grayscale: #9E9E9E. Windows color (decimal): -498708 or 15492088. OLE color: 15492088.
HSL color Cylindrical-coordinate representation of color #F863EC: hue angle of 304.83º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863EC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 236 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.03 |
| HSL | 304.83º | 0.91% | 0.68% | - |
| HSV(B) | 304.83º | 0.6% | 0.97% | - |
| XYZ | 58.31 | 34.94 | 83.03 | - |
| YUV | 159.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 236 | 0 | 0.60 | 0.05 | 0.03 | 304.83 | 0.91 | 0.68 |
| Hex | F8 | 63 | EC | 0 | 3C | 5 | 3 | 131 | 5B | 44 |
| Octal | 370 | 143 | 354 | 0 | 74 | 5 | 3 | 461 | 133 | 104 |
| Binary | 11111000 | 1100011 | 11101100 | 0 | 111100 | 101 | 11 | 100110001 | 1011011 | 1000100 |
Color Harmonies of #F863EC
Complementary color
Monochromatic Colors of #F863EC
Black with #F863EC
Text Example
Text Example
White with #F863EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863EC; }
p { color: rgb(248,99,236); }
H1.HeaderClassName
{
color: #F863EC;
}
.AnyTagClassName
{
color: #F863EC;
}
</style>
background-color css
<style>
a { background-color: #F863EC; }
a { background-color: rgb(248,99,236); }
div.DivClassName
{
background-color: #F863EC;
}
.BgClassName
{
background-color: #F863EC;
}
</style>
border-color css
<style>
span { border-color: #F863EC; }
span { border-color: rgb(248,99,236); }
td.TdClassName
{
border-color: #F863EC;
}
.TagClassName
{
border-color: #F863EC;
}
</style>