Shades of Pink Flamingo #F668FA
Tints of Pink Flamingo #F668FA
RGB
CMYK
RGB Variations
Color information
#F668FA (or 0xF668FA) is known color: Pink Flamingo. HEX triplet: F6, 68 and FA. RGB value is (246,104,250). Sum of RGB (Red+Green+Blue) = 246+104+250=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 104 (41.02% from 255 or 17.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F668FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668FA is #099705. Grayscale: #A2A2A2. Windows color (decimal): -628486 or 16410870. OLE color: 16410870.
HSL color Cylindrical-coordinate representation of color #F668FA: hue angle of 298.36º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668FA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 104 | 250 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.02 |
| HSL | 298.36º | 0.94% | 0.69% | - |
| HSV(B) | 298.36º | 0.58% | 0.98% | - |
| XYZ | 60.21 | 36.4 | 94.29 | - |
| YUV | 163.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 250 | 0.02 | 0.58 | 0 | 0.02 | 298.36 | 0.94 | 0.69 |
| Hex | F6 | 68 | FA | 2 | 3A | 0 | 2 | 12A | 5E | 45 |
| Octal | 366 | 150 | 372 | 2 | 72 | 0 | 2 | 452 | 136 | 105 |
| Binary | 11110110 | 1101000 | 11111010 | 10 | 111010 | 0 | 10 | 100101010 | 1011110 | 1000101 |
Color Harmonies of #F668FA
Complementary color
Monochromatic Colors of #F668FA
Black with #F668FA
Text Example
Text Example
White with #F668FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668FA; }
p { color: rgb(246,104,250); }
H1.HeaderClassName
{
color: #F668FA;
}
.AnyTagClassName
{
color: #F668FA;
}
</style>
background-color css
<style>
a { background-color: #F668FA; }
a { background-color: rgb(246,104,250); }
div.DivClassName
{
background-color: #F668FA;
}
.BgClassName
{
background-color: #F668FA;
}
</style>
border-color css
<style>
span { border-color: #F668FA; }
span { border-color: rgb(246,104,250); }
td.TdClassName
{
border-color: #F668FA;
}
.TagClassName
{
border-color: #F668FA;
}
</style>