Shades of Pink Flamingo #F868EC
Tints of Pink Flamingo #F868EC
RGB
CMYK
RGB Variations
Color information
#F868EC (or 0xF868EC) is known color: Pink Flamingo. HEX triplet: F8, 68 and EC. RGB value is (248,104,236). Sum of RGB (Red+Green+Blue) = 248+104+236=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F868EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F868EC is #079713. Grayscale: #A1A1A1. Windows color (decimal): -497428 or 15493368. OLE color: 15493368.
HSL color Cylindrical-coordinate representation of color #F868EC: hue angle of 305º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F868EC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 236 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.03 |
| HSL | 305º | 0.91% | 0.69% | - |
| HSV(B) | 305º | 0.58% | 0.97% | - |
| XYZ | 58.8 | 35.91 | 83.19 | - |
| YUV | 162.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 236 | 0 | 0.58 | 0.05 | 0.03 | 305 | 0.91 | 0.69 |
| Hex | F8 | 68 | EC | 0 | 3A | 5 | 3 | 131 | 5B | 45 |
| Octal | 370 | 150 | 354 | 0 | 72 | 5 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1101000 | 11101100 | 0 | 111010 | 101 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F868EC
Complementary color
Monochromatic Colors of #F868EC
Black with #F868EC
Text Example
Text Example
White with #F868EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868EC; }
p { color: rgb(248,104,236); }
H1.HeaderClassName
{
color: #F868EC;
}
.AnyTagClassName
{
color: #F868EC;
}
</style>
background-color css
<style>
a { background-color: #F868EC; }
a { background-color: rgb(248,104,236); }
div.DivClassName
{
background-color: #F868EC;
}
.BgClassName
{
background-color: #F868EC;
}
</style>
border-color css
<style>
span { border-color: #F868EC; }
span { border-color: rgb(248,104,236); }
td.TdClassName
{
border-color: #F868EC;
}
.TagClassName
{
border-color: #F868EC;
}
</style>