Shades of Pink Flamingo #F06AF0
Tints of Pink Flamingo #F06AF0
RGB
CMYK
RGB Variations
Color information
#F06AF0 (or 0xF06AF0) is known color: Pink Flamingo. HEX triplet: F0, 6A and F0. RGB value is (240,106,240). Sum of RGB (Red+Green+Blue) = 240+106+240=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 106 (41.80% from 255 or 18.09% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F06AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AF0 is #0F950F. Grayscale: #A0A0A0. Windows color (decimal): -1021200 or 15756016. OLE color: 15756016.
HSL color Cylindrical-coordinate representation of color #F06AF0: hue angle of 300º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AF0 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 240 | - |
| CMYK | 0 | 0.56 | 0 | 0.06 |
| HSL | 300º | 0.82% | 0.68% | - |
| HSV(B) | 300º | 0.56% | 0.94% | - |
| XYZ | 56.82 | 35.12 | 86.22 | - |
| YUV | 161.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 240 | 0 | 0.56 | 0 | 0.06 | 300 | 0.82 | 0.68 |
| Hex | F0 | 6A | F0 | 0 | 38 | 0 | 6 | 12C | 52 | 44 |
| Octal | 360 | 152 | 360 | 0 | 70 | 0 | 6 | 454 | 122 | 104 |
| Binary | 11110000 | 1101010 | 11110000 | 0 | 111000 | 0 | 110 | 100101100 | 1010010 | 1000100 |
Color Harmonies of #F06AF0
Complementary color
Monochromatic Colors of #F06AF0
Black with #F06AF0
Text Example
Text Example
White with #F06AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AF0; }
p { color: rgb(240,106,240); }
H1.HeaderClassName
{
color: #F06AF0;
}
.AnyTagClassName
{
color: #F06AF0;
}
</style>
background-color css
<style>
a { background-color: #F06AF0; }
a { background-color: rgb(240,106,240); }
div.DivClassName
{
background-color: #F06AF0;
}
.BgClassName
{
background-color: #F06AF0;
}
</style>
border-color css
<style>
span { border-color: #F06AF0; }
span { border-color: rgb(240,106,240); }
td.TdClassName
{
border-color: #F06AF0;
}
.TagClassName
{
border-color: #F06AF0;
}
</style>