Shades of Pink Flamingo #F06AF3
Tints of Pink Flamingo #F06AF3
RGB
CMYK
RGB Variations
Color information
#F06AF3 (or 0xF06AF3) is known color: Pink Flamingo. HEX triplet: F0, 6A and F3. RGB value is (240,106,243). Sum of RGB (Red+Green+Blue) = 240+106+243=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #F06AF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AF3 is #0F950C. Grayscale: #A1A1A1. Windows color (decimal): -1021197 or 15952624. OLE color: 15952624.
HSL color Cylindrical-coordinate representation of color #F06AF3: hue angle of 298.69º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AF3 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 106 | 243 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.05 |
| HSL | 298.69º | 0.85% | 0.68% | - |
| HSV(B) | 298.69º | 0.56% | 0.95% | - |
| XYZ | 57.27 | 35.3 | 88.59 | - |
| YUV | 161.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 243 | 0.01 | 0.56 | 0 | 0.05 | 298.69 | 0.85 | 0.68 |
| Hex | F0 | 6A | F3 | 1 | 38 | 0 | 5 | 12B | 55 | 44 |
| Octal | 360 | 152 | 363 | 1 | 70 | 0 | 5 | 453 | 125 | 104 |
| Binary | 11110000 | 1101010 | 11110011 | 1 | 111000 | 0 | 101 | 100101011 | 1010101 | 1000100 |
Color Harmonies of #F06AF3
Complementary color
Monochromatic Colors of #F06AF3
Black with #F06AF3
Text Example
Text Example
White with #F06AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AF3; }
p { color: rgb(240,106,243); }
H1.HeaderClassName
{
color: #F06AF3;
}
.AnyTagClassName
{
color: #F06AF3;
}
</style>
background-color css
<style>
a { background-color: #F06AF3; }
a { background-color: rgb(240,106,243); }
div.DivClassName
{
background-color: #F06AF3;
}
.BgClassName
{
background-color: #F06AF3;
}
</style>
border-color css
<style>
span { border-color: #F06AF3; }
span { border-color: rgb(240,106,243); }
td.TdClassName
{
border-color: #F06AF3;
}
.TagClassName
{
border-color: #F06AF3;
}
</style>