Shades of Pink Flamingo #F86AFF
Tints of Pink Flamingo #F86AFF
RGB
CMYK
RGB Variations
Color information
#F86AFF (or 0xF86AFF) is known color: Pink Flamingo. HEX triplet: F8, 6A and FF. RGB value is (248,106,255). Sum of RGB (Red+Green+Blue) = 248+106+255=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 106 (41.80% from 255 or 17.41% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #F86AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AFF is #079500. Grayscale: #A4A4A4. Windows color (decimal): -496897 or 16739064. OLE color: 16739064.
HSL color Cylindrical-coordinate representation of color #F86AFF: hue angle of 297.18º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86AFF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 106 | 255 | - |
| CMYK | 0.03 | 0.58 | 0 | 0 |
| HSL | 297.18º | 1% | 0.71% | - |
| HSV(B) | 297.18º | 0.58% | 1% | - |
| XYZ | 61.92 | 37.48 | 98.58 | - |
| YUV | 165.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 255 | 0.03 | 0.58 | 0 | 0 | 297.18 | 1 | 0.71 |
| Hex | F8 | 6A | FF | 3 | 3A | 0 | 0 | 129 | 64 | 47 |
| Octal | 370 | 152 | 377 | 3 | 72 | 0 | 0 | 451 | 144 | 107 |
| Binary | 11111000 | 1101010 | 11111111 | 11 | 111010 | 0 | 0 | 100101001 | 1100100 | 1000111 |
Color Harmonies of #F86AFF
Complementary color
Monochromatic Colors of #F86AFF
Black with #F86AFF
Text Example
Text Example
White with #F86AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AFF; }
p { color: rgb(248,106,255); }
H1.HeaderClassName
{
color: #F86AFF;
}
.AnyTagClassName
{
color: #F86AFF;
}
</style>
background-color css
<style>
a { background-color: #F86AFF; }
a { background-color: rgb(248,106,255); }
div.DivClassName
{
background-color: #F86AFF;
}
.BgClassName
{
background-color: #F86AFF;
}
</style>
border-color css
<style>
span { border-color: #F86AFF; }
span { border-color: rgb(248,106,255); }
td.TdClassName
{
border-color: #F86AFF;
}
.TagClassName
{
border-color: #F86AFF;
}
</style>