Shades of Pink Flamingo #F668F1
Tints of Pink Flamingo #F668F1
RGB
CMYK
RGB Variations
Color information
#F668F1 (or 0xF668F1) is known color: Pink Flamingo. HEX triplet: F6, 68 and F1. RGB value is (246,104,241). Sum of RGB (Red+Green+Blue) = 246+104+241=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F668F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668F1 is #09970E. Grayscale: #A1A1A1. Windows color (decimal): -628495 or 15821046. OLE color: 15821046.
HSL color Cylindrical-coordinate representation of color #F668F1: hue angle of 302.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668F1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 241 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.04 |
| HSL | 302.11º | 0.89% | 0.69% | - |
| HSV(B) | 302.11º | 0.58% | 0.96% | - |
| XYZ | 58.83 | 35.84 | 87.04 | - |
| YUV | 162.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 241 | 0 | 0.58 | 0.02 | 0.04 | 302.11 | 0.89 | 0.69 |
| Hex | F6 | 68 | F1 | 0 | 3A | 2 | 4 | 12E | 59 | 45 |
| Octal | 366 | 150 | 361 | 0 | 72 | 2 | 4 | 456 | 131 | 105 |
| Binary | 11110110 | 1101000 | 11110001 | 0 | 111010 | 10 | 100 | 100101110 | 1011001 | 1000101 |
Color Harmonies of #F668F1
Complementary color
Monochromatic Colors of #F668F1
Black with #F668F1
Text Example
Text Example
White with #F668F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668F1; }
p { color: rgb(246,104,241); }
H1.HeaderClassName
{
color: #F668F1;
}
.AnyTagClassName
{
color: #F668F1;
}
</style>
background-color css
<style>
a { background-color: #F668F1; }
a { background-color: rgb(246,104,241); }
div.DivClassName
{
background-color: #F668F1;
}
.BgClassName
{
background-color: #F668F1;
}
</style>
border-color css
<style>
span { border-color: #F668F1; }
span { border-color: rgb(246,104,241); }
td.TdClassName
{
border-color: #F668F1;
}
.TagClassName
{
border-color: #F668F1;
}
</style>