Shades of Pink Flamingo #F86AFE
Tints of Pink Flamingo #F86AFE
RGB
CMYK
RGB Variations
Color information
#F86AFE (or 0xF86AFE) is known color: Pink Flamingo. HEX triplet: F8, 6A and FE. RGB value is (248,106,254). Sum of RGB (Red+Green+Blue) = 248+106+254=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 106 (41.80% from 255 or 17.43% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #F86AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AFE is #079501. Grayscale: #A4A4A4. Windows color (decimal): -496898 or 16673528. OLE color: 16673528.
HSL color Cylindrical-coordinate representation of color #F86AFE: hue angle of 297.57º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86AFE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 106 | 254 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.00 |
| HSL | 297.57º | 0.99% | 0.71% | - |
| HSV(B) | 297.57º | 0.58% | 1% | - |
| XYZ | 61.75 | 37.42 | 97.73 | - |
| YUV | 165.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 254 | 0.02 | 0.58 | 0 | 0.00 | 297.57 | 0.99 | 0.71 |
| Hex | F8 | 6A | FE | 2 | 3A | 0 | 0 | 12A | 63 | 47 |
| Octal | 370 | 152 | 376 | 2 | 72 | 0 | 0 | 452 | 143 | 107 |
| Binary | 11111000 | 1101010 | 11111110 | 10 | 111010 | 0 | 0 | 100101010 | 1100011 | 1000111 |
Color Harmonies of #F86AFE
Complementary color
Monochromatic Colors of #F86AFE
Black with #F86AFE
Text Example
Text Example
White with #F86AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AFE; }
p { color: rgb(248,106,254); }
H1.HeaderClassName
{
color: #F86AFE;
}
.AnyTagClassName
{
color: #F86AFE;
}
</style>
background-color css
<style>
a { background-color: #F86AFE; }
a { background-color: rgb(248,106,254); }
div.DivClassName
{
background-color: #F86AFE;
}
.BgClassName
{
background-color: #F86AFE;
}
</style>
border-color css
<style>
span { border-color: #F86AFE; }
span { border-color: rgb(248,106,254); }
td.TdClassName
{
border-color: #F86AFE;
}
.TagClassName
{
border-color: #F86AFE;
}
</style>