Shades of Pink Flamingo #F06AFF
Tints of Pink Flamingo #F06AFF
RGB
CMYK
RGB Variations
Color information
#F06AFF (or 0xF06AFF) is known color: Pink Flamingo. HEX triplet: F0, 6A and FF. RGB value is (240,106,255). Sum of RGB (Red+Green+Blue) = 240+106+255=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 106 (41.80% from 255 or 17.64% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #F06AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AFF is #0F9500. Grayscale: #A2A2A2. Windows color (decimal): -1021185 or 16739056. OLE color: 16739056.
HSL color Cylindrical-coordinate representation of color #F06AFF: hue angle of 293.96º 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 #F06AFF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 106 | 255 | - |
| CMYK | 0.06 | 0.58 | 0 | 0 |
| HSL | 293.96º | 1% | 0.71% | - |
| HSV(B) | 293.96º | 0.58% | 1% | - |
| XYZ | 59.14 | 36.05 | 98.45 | - |
| YUV | 163.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 255 | 0.06 | 0.58 | 0 | 0 | 293.96 | 1 | 0.71 |
| Hex | F0 | 6A | FF | 6 | 3A | 0 | 0 | 126 | 64 | 47 |
| Octal | 360 | 152 | 377 | 6 | 72 | 0 | 0 | 446 | 144 | 107 |
| Binary | 11110000 | 1101010 | 11111111 | 110 | 111010 | 0 | 0 | 100100110 | 1100100 | 1000111 |
Color Harmonies of #F06AFF
Complementary color
Monochromatic Colors of #F06AFF
Black with #F06AFF
Text Example
Text Example
White with #F06AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06AFF; }
p { color: rgb(240,106,255); }
H1.HeaderClassName
{
color: #F06AFF;
}
.AnyTagClassName
{
color: #F06AFF;
}
</style>
background-color css
<style>
a { background-color: #F06AFF; }
a { background-color: rgb(240,106,255); }
div.DivClassName
{
background-color: #F06AFF;
}
.BgClassName
{
background-color: #F06AFF;
}
</style>
border-color css
<style>
span { border-color: #F06AFF; }
span { border-color: rgb(240,106,255); }
td.TdClassName
{
border-color: #F06AFF;
}
.TagClassName
{
border-color: #F06AFF;
}
</style>