Shades of Pink Flamingo #F869EC
Tints of Pink Flamingo #F869EC
RGB
CMYK
RGB Variations
Color information
#F869EC (or 0xF869EC) is known color: Pink Flamingo. HEX triplet: F8, 69 and EC. RGB value is (248,105,236). Sum of RGB (Red+Green+Blue) = 248+105+236=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F869EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F869EC is #079613. Grayscale: #A2A2A2. Windows color (decimal): -497172 or 15493624. OLE color: 15493624.
HSL color Cylindrical-coordinate representation of color #F869EC: hue angle of 305.03º 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 #F869EC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 236 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.03 |
| HSL | 305.04º | 0.91% | 0.69% | - |
| HSV(B) | 305.04º | 0.58% | 0.97% | - |
| XYZ | 58.9 | 36.12 | 83.22 | - |
| YUV | 162.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 236 | 0 | 0.58 | 0.05 | 0.03 | 305.04 | 0.91 | 0.69 |
| Hex | F8 | 69 | EC | 0 | 3A | 5 | 3 | 131 | 5B | 45 |
| Octal | 370 | 151 | 354 | 0 | 72 | 5 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11101100 | 0 | 111010 | 101 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F869EC
Complementary color
Monochromatic Colors of #F869EC
Black with #F869EC
Text Example
Text Example
White with #F869EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869EC; }
p { color: rgb(248,105,236); }
H1.HeaderClassName
{
color: #F869EC;
}
.AnyTagClassName
{
color: #F869EC;
}
</style>
background-color css
<style>
a { background-color: #F869EC; }
a { background-color: rgb(248,105,236); }
div.DivClassName
{
background-color: #F869EC;
}
.BgClassName
{
background-color: #F869EC;
}
</style>
border-color css
<style>
span { border-color: #F869EC; }
span { border-color: rgb(248,105,236); }
td.TdClassName
{
border-color: #F869EC;
}
.TagClassName
{
border-color: #F869EC;
}
</style>