Shades of Pink Flamingo #F86AF4
Tints of Pink Flamingo #F86AF4
RGB
CMYK
RGB Variations
Color information
#F86AF4 (or 0xF86AF4) is known color: Pink Flamingo. HEX triplet: F8, 6A and F4. RGB value is (248,106,244). Sum of RGB (Red+Green+Blue) = 248+106+244=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F86AF4 is #07950B. Grayscale: #A3A3A3. Windows color (decimal): -496908 or 16018168. OLE color: 16018168.
HSL color Cylindrical-coordinate representation of color #F86AF4: hue angle of 301.69º 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 #F86AF4 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 244 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.03 |
| HSL | 301.69º | 0.91% | 0.69% | - |
| HSV(B) | 301.69º | 0.57% | 0.97% | - |
| XYZ | 60.19 | 36.8 | 89.52 | - |
| YUV | 164.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 244 | 0 | 0.57 | 0.02 | 0.03 | 301.69 | 0.91 | 0.69 |
| Hex | F8 | 6A | F4 | 0 | 39 | 2 | 3 | 12E | 5B | 45 |
| Octal | 370 | 152 | 364 | 0 | 71 | 2 | 3 | 456 | 133 | 105 |
| Binary | 11111000 | 1101010 | 11110100 | 0 | 111001 | 10 | 11 | 100101110 | 1011011 | 1000101 |
Color Harmonies of #F86AF4
Complementary color
Monochromatic Colors of #F86AF4
Black with #F86AF4
Text Example
Text Example
White with #F86AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AF4; }
p { color: rgb(248,106,244); }
H1.HeaderClassName
{
color: #F86AF4;
}
.AnyTagClassName
{
color: #F86AF4;
}
</style>
background-color css
<style>
a { background-color: #F86AF4; }
a { background-color: rgb(248,106,244); }
div.DivClassName
{
background-color: #F86AF4;
}
.BgClassName
{
background-color: #F86AF4;
}
</style>
border-color css
<style>
span { border-color: #F86AF4; }
span { border-color: rgb(248,106,244); }
td.TdClassName
{
border-color: #F86AF4;
}
.TagClassName
{
border-color: #F86AF4;
}
</style>