Shades of Pink Flamingo #F86AED
Tints of Pink Flamingo #F86AED
RGB
CMYK
RGB Variations
Color information
#F86AED (or 0xF86AED) is known color: Pink Flamingo. HEX triplet: F8, 6A and ED. RGB value is (248,106,237). Sum of RGB (Red+Green+Blue) = 248+106+237=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AED is #079512. Grayscale: #A3A3A3. Windows color (decimal): -496915 or 15559416. OLE color: 15559416.
HSL color Cylindrical-coordinate representation of color #F86AED: hue angle of 304.65º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86AED is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 237 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.03 |
| HSL | 304.65º | 0.91% | 0.69% | - |
| HSV(B) | 304.65º | 0.57% | 0.97% | - |
| XYZ | 59.15 | 36.38 | 84.02 | - |
| YUV | 163.39 | 169.54 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 237 | 0 | 0.57 | 0.04 | 0.03 | 304.65 | 0.91 | 0.69 |
| Hex | F8 | 6A | ED | 0 | 39 | 4 | 3 | 131 | 5B | 45 |
| Octal | 370 | 152 | 355 | 0 | 71 | 4 | 3 | 461 | 133 | 105 |
| Binary | 11111000 | 1101010 | 11101101 | 0 | 111001 | 100 | 11 | 100110001 | 1011011 | 1000101 |
Color Harmonies of #F86AED
Complementary color
Monochromatic Colors of #F86AED
Black with #F86AED
Text Example
Text Example
White with #F86AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AED; }
p { color: rgb(248,106,237); }
H1.HeaderClassName
{
color: #F86AED;
}
.AnyTagClassName
{
color: #F86AED;
}
</style>
background-color css
<style>
a { background-color: #F86AED; }
a { background-color: rgb(248,106,237); }
div.DivClassName
{
background-color: #F86AED;
}
.BgClassName
{
background-color: #F86AED;
}
</style>
border-color css
<style>
span { border-color: #F86AED; }
span { border-color: rgb(248,106,237); }
td.TdClassName
{
border-color: #F86AED;
}
.TagClassName
{
border-color: #F86AED;
}
</style>