Shades of Pink Flamingo #F86AFC
Tints of Pink Flamingo #F86AFC
RGB
CMYK
RGB Variations
Color information
#F86AFC (or 0xF86AFC) is known color: Pink Flamingo. HEX triplet: F8, 6A and FC. RGB value is (248,106,252). Sum of RGB (Red+Green+Blue) = 248+106+252=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 106 (41.80% from 255 or 17.49% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #F86AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AFC is #079503. Grayscale: #A4A4A4. Windows color (decimal): -496900 or 16542456. OLE color: 16542456.
HSL color Cylindrical-coordinate representation of color #F86AFC: hue angle of 298.36º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86AFC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 106 | 252 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.01 |
| HSL | 298.36º | 0.96% | 0.7% | - |
| HSV(B) | 298.36º | 0.58% | 0.99% | - |
| XYZ | 61.44 | 37.29 | 96.06 | - |
| YUV | 165.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 252 | 0.02 | 0.58 | 0 | 0.01 | 298.36 | 0.96 | 0.7 |
| Hex | F8 | 6A | FC | 2 | 3A | 0 | 1 | 12A | 60 | 46 |
| Octal | 370 | 152 | 374 | 2 | 72 | 0 | 1 | 452 | 140 | 106 |
| Binary | 11111000 | 1101010 | 11111100 | 10 | 111010 | 0 | 1 | 100101010 | 1100000 | 1000110 |
Color Harmonies of #F86AFC
Complementary color
Monochromatic Colors of #F86AFC
Black with #F86AFC
Text Example
Text Example
White with #F86AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AFC; }
p { color: rgb(248,106,252); }
H1.HeaderClassName
{
color: #F86AFC;
}
.AnyTagClassName
{
color: #F86AFC;
}
</style>
background-color css
<style>
a { background-color: #F86AFC; }
a { background-color: rgb(248,106,252); }
div.DivClassName
{
background-color: #F86AFC;
}
.BgClassName
{
background-color: #F86AFC;
}
</style>
border-color css
<style>
span { border-color: #F86AFC; }
span { border-color: rgb(248,106,252); }
td.TdClassName
{
border-color: #F86AFC;
}
.TagClassName
{
border-color: #F86AFC;
}
</style>