Shades of Pink Flamingo #F669F0
Tints of Pink Flamingo #F669F0
RGB
CMYK
RGB Variations
Color information
#F669F0 (or 0xF669F0) is known color: Pink Flamingo. HEX triplet: F6, 69 and F0. RGB value is (246,105,240). Sum of RGB (Red+Green+Blue) = 246+105+240=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F669F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F669F0 is #09960F. Grayscale: #A2A2A2. Windows color (decimal): -628240 or 15755766. OLE color: 15755766.
HSL color Cylindrical-coordinate representation of color #F669F0: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F669F0 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 105 | 240 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 302.55º | 0.89% | 0.69% | - |
| HSV(B) | 302.55º | 0.57% | 0.96% | - |
| XYZ | 58.79 | 35.99 | 86.29 | - |
| YUV | 162.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 240 | 0 | 0.57 | 0.02 | 0.04 | 302.55 | 0.89 | 0.69 |
| Hex | F6 | 69 | F0 | 0 | 39 | 2 | 4 | 12F | 59 | 45 |
| Octal | 366 | 151 | 360 | 0 | 71 | 2 | 4 | 457 | 131 | 105 |
| Binary | 11110110 | 1101001 | 11110000 | 0 | 111001 | 10 | 100 | 100101111 | 1011001 | 1000101 |
Color Harmonies of #F669F0
Complementary color
Monochromatic Colors of #F669F0
Black with #F669F0
Text Example
Text Example
White with #F669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F669F0; }
p { color: rgb(246,105,240); }
H1.HeaderClassName
{
color: #F669F0;
}
.AnyTagClassName
{
color: #F669F0;
}
</style>
background-color css
<style>
a { background-color: #F669F0; }
a { background-color: rgb(246,105,240); }
div.DivClassName
{
background-color: #F669F0;
}
.BgClassName
{
background-color: #F669F0;
}
</style>
border-color css
<style>
span { border-color: #F669F0; }
span { border-color: rgb(246,105,240); }
td.TdClassName
{
border-color: #F669F0;
}
.TagClassName
{
border-color: #F669F0;
}
</style>